diff --git a/package-lock.json b/package-lock.json index ae75527..641e72f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "imgfloat-client", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "imgfloat-client", - "version": "1.0.4", + "version": "1.0.5", "dependencies": { "electron-updater": "^6.7.3" }, diff --git a/package.json b/package.json index ab69977..0e460b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imgfloat-client", - "version": "1.0.4", + "version": "1.0.5", "description": "Electron wrapper for the Imgfloat overlay", "main": "src/main.js", "build": { diff --git a/src/main.js b/src/main.js index e5a89c0..652e3f1 100644 --- a/src/main.js +++ b/src/main.js @@ -32,7 +32,7 @@ function createWindowOptions() { frame: false, backgroundColor: "#00000000", alwaysOnTop: false, - icon: path.join(__dirname, "../res/icon/appicon.ico"), + icon: path.join(__dirname, "../res/icon/brand.png"), webPreferences: { backgroundThrottling: false, preload: path.join(__dirname, "preload.js"),