You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Hide debug keystore export settings
This commit is contained in:
@@ -2042,6 +2042,9 @@ bool EditorExportPlatformAndroid::get_export_option_visibility(const EditorExpor
|
|||||||
p_option == "command_line/extra_args" ||
|
p_option == "command_line/extra_args" ||
|
||||||
p_option == "permissions/custom_permissions" ||
|
p_option == "permissions/custom_permissions" ||
|
||||||
p_option == "gradle_build/compress_native_libraries" ||
|
p_option == "gradle_build/compress_native_libraries" ||
|
||||||
|
p_option == "keystore/debug" ||
|
||||||
|
p_option == "keystore/debug_user" ||
|
||||||
|
p_option == "keystore/debug_password" ||
|
||||||
p_option == "package/retain_data_on_uninstall" ||
|
p_option == "package/retain_data_on_uninstall" ||
|
||||||
p_option == "package/exclude_from_recents" ||
|
p_option == "package/exclude_from_recents" ||
|
||||||
p_option == "package/show_in_app_library" ||
|
p_option == "package/show_in_app_library" ||
|
||||||
|
|||||||
Reference in New Issue
Block a user