electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.47k stars 1.72k forks source link

Output .exe icon (and desktop shortcut accordingly) reverts to default electron icon #8187

Open dale-als opened 2 months ago

dale-als commented 2 months ago

I have icon.ico in my buildResources folder, that include 16x16, 32x32, 48x48 and 256x256 icons. Output installer has the correct icon, but unpacked exe and all system shortcuts (excluding tray, which is correct as well) has default Electron icon. What might be the case here?

My nsis config includes only shortcutName and deleteAppDataOnUninstall options

etiennea commented 2 months ago

Getting the same thing.

github-actions[bot] commented 2 days ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.