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
+1 -5
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"
}, },