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 RiotRobot
parent 0c93040b41
commit ea23302079

View File

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