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

View File

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