Skip to content

Commit

Permalink
chore(npm): enable electron build for linux and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fh1ch committed Dec 27, 2017
1 parent 42e4759 commit 25e409c
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 @@ -11,7 +11,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"pack": "npm run build && electron-packager . --platform=darwin --arch=x64 --overwrite --out=bin"
"pack": "npm run build && electron-packager . --platform=darwin,win32,linux --arch=x64 --overwrite --out=bin"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 25e409c

Please sign in to comment.