Skip to content

Commit

Permalink
Add Windows & Linux to Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hql287 committed Dec 3, 2017
1 parent 0939a2f commit 4f98370
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ mac:
target:
- zip
- dmg
# win:
# target: nsis
# linux:
# target:
# - deb
# - AppImage
win:
target: nsis
linux:
target:
- deb
- AppImage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "webpack --env.production",
"test": "jest",
"test:watch": "jest --watch",
"dist": "electron-builder --mac",
"dist": "electron-builder -mwl",
"release": "yarn run build && yarn run dist"
},
"dependencies": {
Expand Down

0 comments on commit 4f98370

Please sign in to comment.