Skip to content

Commit

Permalink
move windows arch config to electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Mar 20, 2018
1 parent 76bcf8e commit a1e0a29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_build:
- yarn lint

build_script:
- yarn build --x64 --ia32
- yarn build

notifications:
- provider: Slack
Expand Down
6 changes: 5 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ dmg:

win:
icon: ./build-helpers/images/icon.ico
target: nsis
target:
target: nsis
arch:
- x64
- ia32

linux:
icon: ./build-helpers/images/icons
Expand Down

0 comments on commit a1e0a29

Please sign in to comment.