wheelwizard: add update script

This commit is contained in:
Vasilis Manetas
2025-11-02 20:48:55 +01:00
parent b3d51a0365
commit 7771492749
+5 -1
View File
@@ -7,8 +7,10 @@
makeDesktopItem,
makeWrapper,
avalonia,
#Runtime dependencies
# Runtime dependencies
libglvnd,
# passthru
nix-update-script,
}:
buildDotnetModule rec {
pname = "wheelwizard";
@@ -70,6 +72,8 @@ buildDotnetModule rec {
categories = [ "Game" ];
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "WheelWizard, Retro Rewind Launcher";
homepage = "https://github.com/TeamWheelWizard/WheelWizard";