Skip to content

Commit

Permalink
added 2-in-1 command for release windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Mar 25, 2023
1 parent b89407e commit c11dd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"start": "electron .",
"make-win": "npx electron-packager . AlpacaElectron --overwrite --platform=win32 --arch=x64 --icon=icon/win/icon.ico --prune=true --electron-version=13.6.9 --out=release-builds --version-string.CompanyName=Pi --version-string.ProductName=\"Alpaca Electron\"",
"pack-win": "node installers/windows/createinstaller.js",
"win": "npm run make-win && npm run pack-win",
"rebuild": ".\\node_modules\\.bin\\electron-rebuild"
},
"author": "",
Expand Down

0 comments on commit c11dd4e

Please sign in to comment.