Skip to content

Commit

Permalink
Adds configuration to build for windows (x64)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLenoir committed Mar 3, 2017
1 parent 32ed9f3 commit 219a703
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"start": "electron .",
"test": "mocha --recursive",
"pack": "build --dir",
"dist": "build"
"dist": "build",
"pack-win": "build --dir --win",
"dist-win": "build --win"
},
"build": {
"appId": "com.aaronlenoir.gnucash-reporter",
Expand All @@ -19,6 +21,11 @@
"AppImage",
"deb"
]
},
"win": {
"target": [
"zip"
]
}
},
"postinstall": "install-app-deps",
Expand Down

0 comments on commit 219a703

Please sign in to comment.