Fix Windows MSI filename.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-07-21 17:05:42 -07:00
parent 64d1d6c88d
commit 6301427ef4

View File

@@ -123,13 +123,18 @@
}
],
"icon": "build/icon.ico",
"artifactName": "${productName}-Web-Setup-${version}.${ext}",
"publisherName": "Kandra Labs, Inc."
},
"msi": {
"artifactName": "${productName}-${version}-${arch}.${ext}"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false,
"perMachine": false
},
"nsisWeb": {
"artifactName": "${productName}-Web-Setup-${version}.${ext}"
}
},
"keywords": [