You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
503 B
28 lines
503 B
{
|
|
"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"
|
|
}
|
|
}
|