Initial commit
This commit is contained in:
36
devtools/packaging/export-platforms.json
Normal file
36
devtools/packaging/export-platforms.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"android": {
|
||||
"target": "android",
|
||||
"prepare": {
|
||||
"type": "python-script",
|
||||
"location": "android/generate_asset_pack.py",
|
||||
"options": {
|
||||
"--packagename": "org.scummvm.scummvm",
|
||||
"--assetpackname": "$$packname",
|
||||
"--deliverymode": "on-demand",
|
||||
"--assetsdir": "$game_location",
|
||||
"--outdir": "output/android"
|
||||
},
|
||||
"successMessage": "Asset pack required for bundling stage is successfully created!"
|
||||
},
|
||||
"bundle": {
|
||||
"type": "python-script",
|
||||
"location": "android/add_packs.py",
|
||||
"options": {
|
||||
"--androidsdk": "$$$ANDROID_SDK_ROOT",
|
||||
"--sdkver": "33",
|
||||
"--buildtoolsver": "33.0.1",
|
||||
"--bundletool": "scripts/android/bundletool-all-1.15.1.jar",
|
||||
"--inputbundle": "$binary_location",
|
||||
"--packdir": "output/android",
|
||||
"--packnames": "$$packname",
|
||||
"--output": "output/android/scummvm-bundled.aab"
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user