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

Android: Re-add generate_apk alias for compatibility

This commit is contained in:
Rémi Verschelde
2025-05-15 12:42:20 +02:00
parent 428a762e98
commit 8851c5a54d

View File

@@ -35,7 +35,7 @@ def get_opts():
),
BoolVariable("store_release", "Editor build for Google Play Store (for official builds only)", False),
BoolVariable(
"generate_android_binaries",
("generate_android_binaries", "generate_apk"),
"Generate APK, AAB & AAR binaries after building Android library by calling Gradle",
False,
),