mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05: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