mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[iOS/macOS] Add option to automatically build (and sign / archive) bundles.
This commit is contained in:
parent
dfe226b933
commit
94238d0462
9 changed files with 498 additions and 69 deletions
|
@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue