mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-27 21:37:51 +00:00
28 lines
503 B
JSON
28 lines
503 B
JSON
{
|
|
"appId": "com.yourdoamnin.yourapp",
|
|
"directories": {
|
|
"buildResources": "resources"
|
|
},
|
|
"files": [
|
|
"assets/**/*",
|
|
"build/**/*",
|
|
"capacitor.config.*",
|
|
"app/**/*"
|
|
],
|
|
"publish": {
|
|
"provider": "github"
|
|
},
|
|
"nsis": {
|
|
"allowElevation": true,
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true
|
|
},
|
|
"win": {
|
|
"target": "nsis",
|
|
"icon": "assets/appIcon.ico"
|
|
},
|
|
"mac": {
|
|
"category": "your.app.category.type",
|
|
"target": "dmg"
|
|
}
|
|
} |