Unverified Commit ecbe4f7f authored by Matt Sturgeon's avatar Matt Sturgeon
Browse files

umu-launcher-unwrapped: add update script

parent 712e139d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  hatch,
  lib,
  nix-update-script,
  python3Packages,
  rustPlatform,
  scdoc,
@@ -83,6 +84,8 @@ python3Packages.buildPythonPackage rec {
    "test_parse_args_noopts"
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Unified launcher for Windows games on Linux using the Steam Linux Runtime and Tools";
    changelog = "https://github.com/Open-Wine-Components/umu-launcher/releases/tag/${version}";