We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d1d6c commit 6301427Copy full SHA for 6301427
package.json
@@ -123,13 +123,18 @@
123
}
124
],
125
"icon": "build/icon.ico",
126
- "artifactName": "${productName}-Web-Setup-${version}.${ext}",
127
"publisherName": "Kandra Labs, Inc."
128
},
+ "msi": {
129
+ "artifactName": "${productName}-${version}-${arch}.${ext}"
130
+ },
131
"nsis": {
132
"allowToChangeInstallationDirectory": true,
133
"oneClick": false,
134
"perMachine": false
135
136
+ "nsisWeb": {
137
+ "artifactName": "${productName}-Web-Setup-${version}.${ext}"
138
139
140
"keywords": [
0 commit comments