|
@ -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
|
|
|