You've already forked godot
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:
@@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user