mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-29 21:21:24 +00:00
remove version number artifactname
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user