Skip to content

Commit

Permalink
make build-win build for 64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferguson authored Aug 30, 2018
1 parent 8b919af commit a78d0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build-mac": "find . -name .DS_Store -depth -exec rm {} \\; && npm dedupe && electron-packager ./ PiBakery --platform=darwin --arch=all --electron-version=2.0.2 --overwrite --prune --app-version=2.0.0 --icon=./app/img/icon.icns",
"build-win": "npm dedupe && electron-packager ./ PiBakery --platform=win32 --arch=ia32 --electron-version=2.0.2 --overwrite --prune --app-version=2.0.0 --icon=./app/img/icon.ico",
"build-win": "npm dedupe && electron-packager ./ PiBakery --platform=win32 --arch=all --electron-version=2.0.2 --overwrite --prune --app-version=2.0.0 --icon=./app/img/icon.ico",
"build-linux": "find . -name .DS_Store -depth -exec rm {} \\; && npm dedupe && electron-packager ./ PiBakery --platform=linux --arch=all --electron-version=2.0.2 --overwrite --prune --app-version=2.0.0 --icon=./app/img/icon.icns"
},
"author": "David Ferguson <david@pibakery.org>",
Expand Down

0 comments on commit a78d0b0

Please sign in to comment.