build: NSIS artifactName without spaces (Wine __uninstaller on Linux)
Release / build-windows (push) Failing after 3m45s
Release / publish-update-feed (push) Has been skipped

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-05-11 22:58:55 +08:00
parent d3cdc468b5
commit 0ba4b8379e
+2 -1
View File
@@ -124,7 +124,8 @@
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false "deleteAppDataOnUninstall": false,
"artifactName": "${productName}-Setup-${version}.${ext}"
}, },
"publish": { "publish": {
"provider": "generic", "provider": "generic",