mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 20:07:51 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"appId": "com.github.Qortal.Qortal-Hub",
|
|
"directories": {
|
|
"buildResources": "resources"
|
|
},
|
|
"files": ["assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*"],
|
|
"nsis": {
|
|
"allowElevation": true,
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true
|
|
},
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "Qortal",
|
|
"repo": "Qortal-Hub",
|
|
"releaseType": "draft"
|
|
}
|
|
],
|
|
"win": {
|
|
"target": ["nsis", "portable"],
|
|
"icon": "assets/appIcon.ico"
|
|
},
|
|
"linux": {
|
|
"target": ["AppImage"],
|
|
"category": "Network",
|
|
"packageCategory": "Network",
|
|
"desktop": {
|
|
"StartupWMClass": "qortal-ui"
|
|
},
|
|
"executableName": "Qortal Hub",
|
|
"icon": "assets/png",
|
|
"asar": true
|
|
},
|
|
"deb": {
|
|
"artifactName": "Qortal-Hub-Setup.${ext}",
|
|
"synopsis": "Qortal Hub for Linux"
|
|
},
|
|
"appImage": {
|
|
"artifactName": "Qortal-Hub.${ext}"
|
|
},
|
|
"snap": {
|
|
"artifactName": "Qortal-Hub-Setup.${ext}",
|
|
"synopsis": "Qortal Hub for Linux"
|
|
},
|
|
"mac": {
|
|
"category": "your.app.category.type",
|
|
"target": "dmg"
|
|
}
|
|
}
|