Skip to content

Commit

Permalink
windows 32bit installer
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlealeksic committed Nov 9, 2017
1 parent d85441a commit 947d2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"dev": "nf start -p 3000",
"dist": "build",
"make-mac-installer": "npm run build && electron-builder build -m",
"make-win-installer": "npm run build && electron-builder build -w",
"make-win-installer": "npm run build && electron-builder build -w --x64 --ia32",
"make-linux-installer": "npm run build && electron-builder build -l",
"make-all-installers": "npm run build && electron-builder build -mwl"
"make-all-installers": "npm run build && electron-builder build -ml && electron-builder build -w --x64 --ia32"
},
"build": {
"appId": "com.electron.safex_wallet",
Expand Down

0 comments on commit 947d2cf

Please sign in to comment.