mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
Fix Windows MSI filename.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user