diff --git a/package.json b/package.json index c6c644d4c..526abab3e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "start": "node ./bin/www", "test-electron": "xo", + "rebuild-electron": "electron-rebuild", "start-electron": "electron .", "build-electron": "electron-packager . --out=dist --asar --overwrite --all", "start-forge": "electron-forge start", @@ -35,7 +36,6 @@ }, "devDependencies": { "devtron": "^1.1.0", - "electron": "^1.8.2-beta.1", "electron-compile": "^6.4.2", "electron-packager": "^8.0.0", "electron-prebuilt-compile": "1.8.2-beta.2", diff --git a/public/images/app-icons/win/icon.ico b/public/images/app-icons/win/icon.ico new file mode 100644 index 000000000..37b0b818b Binary files /dev/null and b/public/images/app-icons/win/icon.ico differ