22 lines
569 B
Diff
22 lines
569 B
Diff
|
--- a/electron/default_app/default_app.ts
|
||
|
+++ b/electron/default_app/default_app.ts
|
||
|
@@ -60,7 +60,7 @@
|
||
|
};
|
||
|
|
||
|
if (process.platform === 'linux') {
|
||
|
- options.icon = path.join(__dirname, 'icon.png');
|
||
|
+ options.icon = '/usr/share/icons/hicolor/1024x1024/apps/electron.png';
|
||
|
}
|
||
|
|
||
|
mainWindow = new BrowserWindow(options);
|
||
|
--- a/electron/filenames.gni
|
||
|
+++ b/electron/filenames.gni
|
||
|
@@ -6,7 +6,6 @@
|
||
|
]
|
||
|
|
||
|
default_app_static_sources = [
|
||
|
- "default_app/icon.png",
|
||
|
"default_app/index.html",
|
||
|
"default_app/package.json",
|
||
|
"default_app/styles.css",
|