I have already adjusted all the icons that are part of the config in the squirrel build, yet the icon in the start menu seems to be unaffected:
{
name: '@electron-forge/maker-squirrel',
config: {
authors: 'my corp Inc',
iconUrl: 'https://example.com/img/favicon.ico',
setupIcon: 'images/icon.ico',
},
},
How id I "override" this icon in the start menu?
Noteworthy: The icon in the task bar and the one displayed in the installer are "correct".