vrcadvert: add version checking
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
dotnetCorePackages,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
buildDotnetModule rec {
|
||||
@@ -22,6 +23,12 @@ buildDotnetModule rec {
|
||||
|
||||
executables = [ "VrcAdvert" ];
|
||||
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
versionCheckProgram = "${placeholder "out"}/bin/VrcAdvert";
|
||||
|
||||
meta = {
|
||||
description = "Advertise your OSC app through OSCQuery";
|
||||
homepage = "https://github.com/galister/VrcAdvert";
|
||||
|
||||
Reference in New Issue
Block a user