mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-25 12:27:51 +00:00
31 lines
692 B
JSON
31 lines
692 B
JSON
{
|
|
"appId": "org.Qortal.Qortal-Hub",
|
|
"directories": {
|
|
"buildResources": "resources"
|
|
},
|
|
|
|
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*", "scripts/**/*" ],
|
|
"afterPack": "scripts/afterPack.js",
|
|
"afterSign": "scripts/notarize.js",
|
|
"nsis": {
|
|
"allowElevation": true,
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true
|
|
},
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "Qortal",
|
|
"repo": "Qortal-Hub",
|
|
"releaseType": "draft"
|
|
}
|
|
],
|
|
|
|
"mac": {
|
|
"icon": "assets/mac/appIcon.icns",
|
|
"category": "public.app-category.utilities",
|
|
"target": ["dmg", "zip"]
|
|
},
|
|
"productName": "Qortal Hub"
|
|
}
|