mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Hide Keystore Release password on Android's Export window
This commit is contained in:
parent
89cc635c05
commit
ca03367801
2 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ void register_android_exporter() {
|
|||
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/debug_keystore", PROPERTY_HINT_GLOBAL_FILE, "*.keystore,*.jks"));
|
||||
EDITOR_DEF("export/android/debug_keystore_user", "androiddebugkey");
|
||||
EDITOR_DEF("export/android/debug_keystore_pass", "android");
|
||||
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/debug_keystore_pass", PROPERTY_HINT_PASSWORD));
|
||||
EDITOR_DEF("export/android/force_system_user", false);
|
||||
|
||||
EDITOR_DEF("export/android/shutdown_adb_on_exit", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue