mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
27 lines
697 B
JSON
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": {}
|
|
}
|