Unverified Commit 59d94b20 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

wheelwizard: add update script (#457890)

parents 82b0bdc6 77714927
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";