vrcadvert: add version checking

This commit is contained in:
Gutyina Gergő
2024-12-13 20:59:53 +01:00
parent 11b181e2e1
commit 32d09a7f4a
+7
View File
@@ -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";