fix: resolve repository icon for Windows hot development
Windows CI / verify (push) Canceled after 0s

This commit is contained in:
Sucukdeluxe
2026-09-06 12:30:23 +02:00
parent 422e68f027
commit 767866cde3
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ app.setName(WINDOWS_APP_IDENTITY.name);
app.setAppUserModelId(WINDOWS_APP_IDENTITY.appUserModelId);
const WINDOWS_APP_ICON_PATH = process.platform === 'win32'
? resolveWindowsAppIconPath({
isPackaged: app.isPackaged,
isPackaged: app.isPackaged && !IS_HOT_DEVELOPMENT,
appPath: app.getAppPath(),
resourcesPath: process.resourcesPath,
version: APP_VERSION,