Windows MSI package support (#387)

* Update package.json

* Update package.json

* Run `yarn fetch` so the artifacts are valid

* Run `yarn fetch` so the artifacts are valid v2

* Update build.yaml
This commit is contained in:
Michael Telatynski
2022-07-11 10:33:27 +01:00
committed by GitHub
parent ce78c292a7
commit 275936cf7e
2 changed files with 46 additions and 6 deletions
+4 -3
View File
@@ -122,11 +122,12 @@
"darkModeSupport": true
},
"win": {
"target": {
"target": "squirrel"
},
"target": ["squirrel", "msi"],
"sign": "scripts/electron_winSign"
},
"msi": {
"perMachine": true
},
"directories": {
"output": "dist"
},