I'm getting the following in my CI:
But I do have these targets enabled!
"bundle": {
"active": true,
"targets": ["nsis", "app", "dmg"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"createUpdaterArtifacts": true
},``` This is driving me insane, what is going wrong?