wheelwizard: add update script (#457890)

This commit is contained in:
Niklas Korz
2025-11-02 21:33:05 +00:00
committed by GitHub
+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";