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 366b85a commit 050afe6Copy full SHA for 050afe6
src/package.json
@@ -14,7 +14,7 @@
14
"test": "xo",
15
"start": "electron .",
16
"build": "electron-packager . --out=../dist --asar --overwrite --all",
17
- "publish": "build -p always"
+ "publish": "build --mac --win --linux -p always"
18
},
19
"files": [
20
"index.js",
@@ -46,6 +46,9 @@
46
]
47
48
"build": {
49
- "appId": "com.github.aaronduino.snippetmanager"
+ "appId": "com.github.aaronduino.snippetmanager",
50
+ "directories": {
51
+ "output": "../dist"
52
+ }
53
}
54
0 commit comments