feat: replace default Electron icon with custom app icon
Build and Release / build (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-01 22:18:34 +01:00
co-authored by Claude Opus 4.6
parent e485cf734b
commit 0e55c28142
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -65,6 +65,7 @@ function createWindow(): BrowserWindow {
minHeight: 760,
backgroundColor: "#070b14",
title: `${APP_NAME} - v${controller.getVersion()}`,
icon: path.join(app.getAppPath(), "assets", "app_icon.ico"),
webPreferences: {
contextIsolation: true,
nodeIntegration: false,