#Not producing updater artifacts for windows

2 messages · Page 1 of 1 (latest)

crude tundra
#

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?
#

I wonder if this is worth filing a GitHub issue about?