diff --git a/src/main/window.main.ts b/src/main/window.main.ts index c809e61f88..e71ef7f8c1 100644 --- a/src/main/window.main.ts +++ b/src/main/window.main.ts @@ -81,7 +81,7 @@ export class WindowMain { x: this.windowStates[Keys.mainWindowSize].x, y: this.windowStates[Keys.mainWindowSize].y, title: app.getName(), - icon: path.join(__dirname, '/images/icon.png'), + icon: process.platform === 'linux' ? path.join(__dirname, '/images/icon.png') : undefined, show: false, });