Skip to content

Commit

Permalink
Leave out platform key for windows config, move to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Rik Smith-Unna committed May 9, 2017
1 parent 83e97ea commit 1f84a8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ linux:
- AppImage
maintainer: "Richard Smith-Unna <[email protected]>"
win:
platform:
- ia32
- x64
publish: github
icon: "build/icon.ico"
nsis:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"buildall": "build -mwl",
"buildlinux": "build -l",
"buildosx": "build -m",
"buildappveyor": "build",
"buildappveyor": "build -w --ia32 --x64",
"postinstall": "electron-rebuild --types prod,dev,optional --version 1.6.8",
"start": "electron app/index.js",
"dev": "DEBUG='sciencefair*' SCIENCEFAIR_DEVMODE=true electron --enable-features=V8Ignition app/index.js"
Expand Down

0 comments on commit 1f84a8b

Please sign in to comment.