Skip to content

Commit

Permalink
misc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Apr 6, 2023
1 parent a986a58 commit 7546b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appId: com.pi.alpaca.electron
nsis:
artifactName: Alpaca-Electron-setup-win-v${version}.${ext}
artifactName: Alpaca-Electron-win-x64-v${version}.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"rebuild": ".\\node_modules\\.bin\\electron-rebuild",
"rebuild-linux": "npx --openssl_fips='' electron-rebuild",
"make-linux-x64": "npx electron-packager . --overwrite --platform=linux --arch=x64 --icon=icon/png/128x128.png --prune=true --electron-version=13.6.9 --app-copyright='Pi' --out=./release-builds --version-string.CompanyName=Pi",
"pack-linux-x64": "tar czf release-builds/alpaca-electron-linux-x64.tar.gz \"release-builds/Alpaca Electron-linux-x64\"",
"pack-linux-x64": "tar czf release-builds/Alpaca-Electron-linux-x64-vx.x.x.tar.gz \"release-builds/Alpaca Electron-linux-x64\"",
"linux-x64": "npm run rebuild-linux && npm run make-linux-x64 && npm run pack-linux-x64"
},
"dependencies": {
Expand Down

0 comments on commit 7546b21

Please sign in to comment.