diff --git a/main.js b/main.js index cae2c15..3beb31a 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,7 @@ const { app, BrowserWindow, Notification } = require('electron') const path = require('path') const main = require(path.join(__dirname, "lib/main.js")) const mhttp = require(path.join(__dirname, "lib/http.js")) - +app.setAppUserModelId(process.execPath); // This method will be called when Electron has finished