3136352472 5 years ago
parent
commit
a7e4df094f
  1. 2
      main.js

2
main.js

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

Loading…
Cancel
Save