Skip to content

Commit 050afe6

Browse files
committed
improve publishing
fix directory and expand targets
1 parent 366b85a commit 050afe6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "xo",
1515
"start": "electron .",
1616
"build": "electron-packager . --out=../dist --asar --overwrite --all",
17-
"publish": "build -p always"
17+
"publish": "build --mac --win --linux -p always"
1818
},
1919
"files": [
2020
"index.js",
@@ -46,6 +46,9 @@
4646
]
4747
},
4848
"build": {
49-
"appId": "com.github.aaronduino.snippetmanager"
49+
"appId": "com.github.aaronduino.snippetmanager",
50+
"directories": {
51+
"output": "../dist"
52+
}
5053
}
5154
}

0 commit comments

Comments
 (0)