build: NSIS artifactName without spaces (Wine __uninstaller on Linux)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-1
@@ -124,7 +124,8 @@
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"deleteAppDataOnUninstall": false
|
||||
"deleteAppDataOnUninstall": false,
|
||||
"artifactName": "${productName}-Setup-${version}.${ext}"
|
||||
},
|
||||
"publish": {
|
||||
"provider": "generic",
|
||||
|
||||
Reference in New Issue
Block a user