We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e4759 commit 25e409cCopy full SHA for 25e409c
package.json
@@ -11,7 +11,7 @@
11
"test": "ng test",
12
"lint": "ng lint",
13
"e2e": "ng e2e",
14
- "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"
15
},
16
"repository": {
17
"type": "git",
0 commit comments