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

@@ -2,7 +2,7 @@
"appId": "org.Qortal.Qortal-Hub",
"productName": "Qortal Hub",
"copyright": "Copyright © 2021 - 2025 Qortal",
"artifactName": "Qortal-Hub-Setup-macOS_${version}.${ext}",
"artifactName": "Qortal-Hub-Setup-macOS.${ext}",
"compression": "normal",
@@ -33,7 +33,7 @@
"dmg": {
"sign": false,
"artifactName": "Qortal-Hub-Setup-macOS_${version}.${ext}",
"artifactName": "Qortal-Hub-Setup-macOS.${ext}",
"icon": "assets/mac/appIcon.icns",
"iconSize": 100,
"contents": [
@@ -51,7 +51,7 @@
},
"pkg": {
"artifactName": "Qortal-Hub-Setup-macOS_${version}.${ext}",
"artifactName": "Qortal-Hub-Setup-macOS.${ext}",
"installLocation": "/Applications",
"background": {
"file": "buildmac/logo-hub.png",
@@ -78,4 +78,4 @@
"releaseType": "draft"
}
]
}
}