diff --git a/.gitignore b/.gitignore index 261ac81..2909082 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ dist - node_modules npm-debug.log - +debug.log .DS_Store diff --git a/package.json b/package.json index 0bc0c98..2e6bf02 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "appId": "com.aouerfelli.station-timer", "win": { "target": [ + "nsis", "zip" ] }, @@ -28,7 +29,7 @@ }, "devDependencies": { "electron": "^1.4.13", - "electron-builder": "^10.17.1", + "electron-builder": "^10.17.3", "nodemon": "^1.11.0" } -} \ No newline at end of file +}