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

@@ -4,22 +4,14 @@
"copyright": "Copyright © 2021 - 2025 Qortal",
"compression": "normal",
"asar": "true",
"files": [
"assets/**/*",
"build/**/*",
"capacitor.config.*",
"app/**/*"
],
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*"],
"win": {
"legalTrademarks": "QORTAL.ORG",
"icon": "assets/appIcon.ico",
"target": [
"nsis",
"portable"
]
"target": ["nsis", "portable"]
},
"nsis": {
"artifactName": "Qortal-Hub-Setup-win64_${version}.${ext}",
"artifactName": "Qortal-Hub-Setup-win64.${ext}",
"allowElevation": true,
"oneClick": false,
"allowToChangeInstallationDirectory": true,