remove version number artifactname

This commit is contained in:
2025-06-15 03:12:43 +03:00
parent 3da85a5078
commit e55c92933c
5 changed files with 23 additions and 39 deletions

View File

@@ -20,7 +20,7 @@
"win": {
"target": ["nsis", "portable"],
"icon": "assets/appIcon.ico",
"artifactName": "Qortal-Hub-Setup_${version}.exe",
"artifactName": "Qortal-Hub-Setup.exe"
},
"linux": {
"target": ["AppImage"],
@@ -34,15 +34,15 @@
"asar": true
},
"deb": {
"artifactName": "Qortal-Hub-Setup_${version}.${ext}",
"artifactName": "Qortal-Hub-Setup.${ext}",
"synopsis": "Qortal Hub for Linux"
},
"appImage": {
"artifactName": "Qortal-Hub.${ext}"
},
"snap": {
"artifactName": "Qortal-Hub-Setup_${version}.${ext}",
"artifactName": "Qortal-Hub-Setup.${ext}",
"synopsis": "Qortal Hub for Linux"
},
"mac": {