protonup-ng: add mainProgram, fixing nix run

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen
2023-12-09 17:15:05 +01:00
parent 604365c826
commit e58fea0a2b
@@ -25,5 +25,6 @@ buildPythonPackage rec {
description = "CLI program and API to automate the installation and update of GloriousEggroll's Proton-GE";
license = licenses.gpl3Only;
maintainers = with maintainers; [ Madouura ];
mainProgram = "protonup";
};
}