Disable MSI as they are failing with Error 217 (#447)

This commit is contained in:
Michael Telatynski 2022-11-08 15:09:41 +00:00 committed by GitHub
parent 6f263e1db6
commit 5380c533cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,14 +135,10 @@
}, },
"win": { "win": {
"target": [ "target": [
"squirrel", "squirrel"
"msi"
], ],
"sign": "scripts/electron_winSign" "sign": "scripts/electron_winSign"
}, },
"msi": {
"perMachine": true
},
"directories": { "directories": {
"output": "dist" "output": "dist"
}, },