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