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

Home Page:https://www.electron.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dale-als opened this issue · comments

  • Electron-Builder Version: 24.13.3
  • Node Version: 18.17.1
  • Electron Version: 30.0.1
  • Electron Type (current, beta, nightly): current
  • Target: Windows NSIS

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

Getting the same thing.