1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[iOS/macOS] Add option to automatically build (and sign / archive) bundles.

This commit is contained in:
bruvzg
2023-12-11 20:50:44 +02:00
parent dfe226b933
commit 94238d0462
9 changed files with 498 additions and 69 deletions

View File

@@ -28,6 +28,7 @@ def get_opts():
"android-" + str(get_min_target_api()),
),
BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False),
BoolVariable("generate_apk", "Generate an APK/AAB after building Android library by calling Gradle", False),
]