Re-enable msi perMachine builds (#1587)

This commit is contained in:
Michael Telatynski
2024-04-15 17:33:30 +01:00
committed by GitHub
parent 778b39b9bd
commit 3c8bbb5b1a
4 changed files with 68 additions and 4 deletions

View File

@@ -154,10 +154,13 @@ const config: Writable<Configuration> = {
icon: "build/icons/icon.icns",
},
win: {
target: ["squirrel"],
target: ["squirrel", "msi"],
signingHashAlgorithms: ["sha256"],
icon: "build/icons/icon.ico",
},
msi: {
perMachine: true,
},
directories: {
output: "dist",
},