You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Merge pull request #106435 from akien-mga/android-readd-generate_apk-alias
Android: Re-add `generate_apk` alias for compatibility
This commit is contained in:
@@ -35,7 +35,7 @@ def get_opts():
|
|||||||
),
|
),
|
||||||
BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False),
|
BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False),
|
||||||
BoolVariable(
|
BoolVariable(
|
||||||
"generate_android_binaries",
|
("generate_android_binaries", "generate_apk"),
|
||||||
"Generate APK, AAB & AAR binaries after building Android library by calling Gradle",
|
"Generate APK, AAB & AAR binaries after building Android library by calling Gradle",
|
||||||
False,
|
False,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user