diff --git a/package.json b/package.json index d5e124a9..4d5544a0 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,11 @@ "AppImage" ] }, + "win": { + "target": [ + "squirrel" + ] + }, "mac": { "category": "public.app-category.developer-tools" } @@ -94,7 +99,7 @@ "copy-webpack-plugin": "^4.0.0", "cross-env": "3.1.3", "electron": "1.4.5", - "electron-builder": "^7.11.4", + "electron-builder": "8.6.0", "electron-devtools-installer": "^2.0.0", "eslint-config-xo-react": "^0.10.0", "eslint-plugin-react": "^6.3.0", diff --git a/test/index.js b/test/index.js index 4599d835..eba8f93e 100644 --- a/test/index.js +++ b/test/index.js @@ -12,7 +12,7 @@ test.before(async () => { switch (process.platform) { case 'linux': - pathToBinary = path.join(__dirname, '../dist/linux-unpacked/Hyper'); + pathToBinary = path.join(__dirname, '../dist/linux-unpacked/hyper'); break; case 'darwin':