Files
scummvm/devtools/packaging/export-platforms.json
T

27 lines
697 B
JSON

{
"android": {
"target": "android",
"prepare": {
"type": "python-script",
"location": "android/generate_asset_pack.py",
"options": {
"--packagename": "scummvm",
"--assetpackname": "$name",
"--deliverymode": "on-demand",
"--assetsdir": "$location",
"--outdir": "output/android"
},
"successMessage": "Asset pack required for bundling stage is successfully created!"
},
"bundle": {
"type": "python-script",
"location": "android/add_packs.py",
"successMessage": "Android App Bundle is successfully created in output/android. You can now manually upload this file on Google Play Console."
},
"upload": {
"type": "none"
}
},
"steam": {}
}