mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-20 13:50:34 -04:00
fix bug
Former-commit-id: 97ce0039f1e1a27bd9d9dd231298d73f808d98c3
This commit is contained in:
4
main.js
4
main.js
@@ -31,7 +31,7 @@ app.on("ready", () => {
|
||||
nodeIntegrationInSubFrames: true,
|
||||
allowRunningInsecureContent: true,
|
||||
},
|
||||
icon: nativeImage.createFromPath("assets/icons/256x256.png"),
|
||||
icon: path.join(__dirname, "assets", "icons", "256x256.png"),
|
||||
};
|
||||
|
||||
mainWin = new BrowserWindow(option);
|
||||
@@ -64,7 +64,7 @@ app.on("ready", () => {
|
||||
nodeIntegrationInSubFrames: true,
|
||||
allowRunningInsecureContent: true,
|
||||
},
|
||||
icon: nativeImage.createFromPath("assets/icons/256x256.png"),
|
||||
icon: path.join(__dirname, "assets", "icons", "256x256.png"),
|
||||
};
|
||||
|
||||
let pdfLocation = isDev
|
||||
|
||||
Reference in New Issue
Block a user