diff --git a/package.json b/package.json index 7ba907a..3ff42f9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -19,6 +21,11 @@ "AppImage", "deb" ] + }, + "win": { + "target": [ + "zip" + ] } }, "postinstall": "install-app-deps",