Skip to content

Commit 25e409c

Browse files
committed
chore(npm): enable electron build for linux and windows
1 parent 42e4759 commit 25e409c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "ng test",
1212
"lint": "ng lint",
1313
"e2e": "ng e2e",
14-
"pack": "npm run build && electron-packager . --platform=darwin --arch=x64 --overwrite --out=bin"
14+
"pack": "npm run build && electron-packager . --platform=darwin,win32,linux --arch=x64 --overwrite --out=bin"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)