I changed my app icon and for some reason I can not update the icon (currently has the icon of an electron).
Relevant modules I use:
"electron-builder": "5.7.0",
"electron-prebuilt": "^ 1.4.13"
my package.json
:
"build": {
"appId": "com.siemens.dmv",
"asar": true,
"win": {
"target": "squirrel",
"icon": "./build/icon.ico",
"title": "DigitalManufacturingViewer",
"msi": true,
"IconUrl": "data: image / png; base64,
AAABAyUAJSshACMLBAAeJRAAAw0VAAYPEQAFJzsAE // (long string)
}
I tried several orders without success, does anyone know what command I have to run?