fix actions

This commit is contained in:
mmvanheusden
2022-06-26 17:31:45 +02:00
parent c336639baf
commit 2803eeee08
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: npm install
- name: build project
run: electron-builder -c electron-builder.yml -mwl
run: npm run buildall
- name: Move x64 exe
run: mv dist/SteamDepotDownloaderGUI*.exe SteamDepotDownloaderGUI-${{ github.run_number }}.exe

View File

@@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-builder -c electron-builder.yml -wl"
"build": "electron-builder -c electron-builder.yml -wl",
"buildall": "electron-builder -c electron-builder.yml -mwl"
},
"repository": {
"type": "git",