mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-21 23:21:21 +00:00
37 lines
915 B
JSON
37 lines
915 B
JSON
{
|
|
"appId": "org.qortal.Qortal-Hub",
|
|
"productName": "Qortal Hub",
|
|
"copyright": "Copyright © 2021 - 2025 Qortal",
|
|
"compression": "normal",
|
|
"asar": "true",
|
|
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*"],
|
|
"win": {
|
|
"legalTrademarks": "QORTAL.ORG",
|
|
"icon": "assets/appIcon.ico",
|
|
"target": ["nsis", "portable"]
|
|
},
|
|
"nsis": {
|
|
"artifactName": "Qortal-Hub-Setup-win64.${ext}",
|
|
"allowElevation": true,
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"perMachine": true,
|
|
"runAfterFinish": true,
|
|
"deleteAppDataOnUninstall": true,
|
|
"createDesktopShortcut": true,
|
|
"createStartMenuShortcut": true
|
|
},
|
|
"directories": {
|
|
"output": "dist",
|
|
"buildResources": "resources"
|
|
},
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "Qortal",
|
|
"repo": "Qortal-Hub",
|
|
"releaseType": "draft"
|
|
}
|
|
]
|
|
}
|