Skip to content

Commit

Permalink
improve publishing
Browse files Browse the repository at this point in the history
fix directory and expand targets
  • Loading branch information
aaronjanse committed Nov 4, 2017
1 parent 366b85a commit 050afe6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "xo",
"start": "electron .",
"build": "electron-packager . --out=../dist --asar --overwrite --all",
"publish": "build -p always"
"publish": "build --mac --win --linux -p always"
},
"files": [
"index.js",
Expand Down Expand Up @@ -46,6 +46,9 @@
]
},
"build": {
"appId": "com.github.aaronduino.snippetmanager"
"appId": "com.github.aaronduino.snippetmanager",
"directories": {
"output": "../dist"
}
}
}

0 comments on commit 050afe6

Please sign in to comment.