electron-builder
electron-builder copied to clipboard
two icons in taskbar
After the package has been created and installed on Windows 10, right-click the exe file, select "Pin to Taskbar", and then open the program. If i set app.setAppUserModelId() and the appId, there will only be one icon. Then I customized the nsi file, repackaged it, and repeated the above steps. When opening the program, there were two icons in the taskbar. Maybe the default nsi uses the appId value to do something for system settings?