Oops, actually fix

This commit is contained in:
Gregory Schier
2025-10-01 16:54:05 -07:00
parent 3a8a6484c7
commit 8662b230e7

View File

@@ -30,9 +30,9 @@
} }
}, },
"bundle": { "bundle": {
"createUpdaterArtifacts": "v1Compatible" "createUpdaterArtifacts": "v1Compatible",
}, "windows": {
"windows": { "signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp %1"
"signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp %1" }
} }
} }