Unverified Commit 77714927 authored by Vasilis Manetas's avatar Vasilis Manetas
Browse files

wheelwizard: add update script

parent b3d51a03
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@
  avalonia,
  # 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";