ArchiSteamFarm: normalize file names

This commit is contained in:
Sandro Jäckel 2022-06-06 02:13:56 +02:00
parent 70a7d055f5
commit 1235314d6c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ buildDotnetModule rec {
'';
passthru = {
updateScript = ./updater.sh;
updateScript = ./update.sh;
ui = callPackage ./web-ui { };
};