Skip to content

Commit

Permalink
Modified build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aouerfelli committed Jun 28, 2017
1 parent 5a4e8a5 commit 2544ecc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"postinstall": "install-app-deps"
},
"build": {
"directories": {
"buildResources": "./build/",
"output": "./dist/"
},
"appId": "com.aouerfelli.station-timer",
"win": {
"target": [
"nsis",
"nsis-web",
"portable",
"zip"
{
"target": "nsis",
"arch": "ia32"
},
{
"target": "portable",
"arch": "ia32"
}
]
},
"mac": {
Expand Down

0 comments on commit 2544ecc

Please sign in to comment.