Skip to content

Commit 6301427

Browse files
committed
Fix Windows MSI filename.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 64d1d6c commit 6301427

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,18 @@
123123
}
124124
],
125125
"icon": "build/icon.ico",
126-
"artifactName": "${productName}-Web-Setup-${version}.${ext}",
127126
"publisherName": "Kandra Labs, Inc."
128127
},
128+
"msi": {
129+
"artifactName": "${productName}-${version}-${arch}.${ext}"
130+
},
129131
"nsis": {
130132
"allowToChangeInstallationDirectory": true,
131133
"oneClick": false,
132134
"perMachine": false
135+
},
136+
"nsisWeb": {
137+
"artifactName": "${productName}-Web-Setup-${version}.${ext}"
133138
}
134139
},
135140
"keywords": [

0 commit comments

Comments
 (0)