diff --git a/electron/main.js b/electron/main.js index b52d462e..d705ca55 100644 --- a/electron/main.js +++ b/electron/main.js @@ -55,7 +55,7 @@ if (config.get('enable_hidpi_support') && (process.platform === 'win32')) { // Because we build it using Squirrel, it will assign UserModelId automatically, so we match it here to display notifications correctly. // https://github.com/electron-userland/electron-builder/issues/362 -app.setAppUserModelId('com.squirrel.Rambox.Rambox'); +app.setAppUserModelId('com.thegoddessinari.rambox'); // Menu const appMenu = require('./menu')(config); diff --git a/package.json b/package.json index 0c7bc69d..ba2fa0bc 100644 --- a/package.json +++ b/package.json @@ -75,9 +75,6 @@ } ] }, - "squirrelWindows": { - "iconUrl": "https://raw.githubusercontent.com/TheGoddessInari/rambox/master/resources/Icon.ico" - }, "win": { "target": [ "nsis"