13 lines
701 B
Diff
13 lines
701 B
Diff
diff -Naur a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js
|
|
--- a/electron_app/src/electron-main.js 2019-12-16 10:09:34.583649124 -0800
|
|
+++ b/electron_app/src/electron-main.js 2019-12-16 10:09:16.621648454 -0800
|
|
@@ -332,7 +332,7 @@
|
|
// It's important to call `path.join` so we don't end up with the packaged
|
|
// asar in the final path.
|
|
const iconFile = `riot.${process.platform === 'win32' ? 'ico' : 'png'}`;
|
|
- const iconPath = path.join(__dirname, "..", "..", "img", iconFile);
|
|
+ const iconPath = path.join(__dirname, "..", "img", iconFile);
|
|
|
|
// Load the previous window state with fallback to defaults
|
|
const mainWindowState = windowStateKeeper({
|