diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2024-04-12 23:53:28 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2024-04-12 23:53:28 -0700 |
commit | a8c9b59f3fd10b422fb0fcd14aa62edc37974d56 (patch) | |
tree | ac199c705394e2b93aa8255631ec953e9eacb098 /editor/editor_paths.h | |
parent | 029aadef563fb69cf49aa9795b62f27171f8c3f4 (diff) | |
download | redot-engine-a8c9b59f3fd10b422fb0fcd14aa62edc37974d56.tar.gz |
Automatically generate the Android debug keystore
Automatically generate the Android debug keystore when the Java SDK path is specified.
Diffstat (limited to 'editor/editor_paths.h')
-rw-r--r-- | editor/editor_paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_paths.h b/editor/editor_paths.h index 547b93ad7e..a396c43301 100644 --- a/editor/editor_paths.h +++ b/editor/editor_paths.h @@ -63,6 +63,7 @@ public: String get_cache_dir() const; String get_project_data_dir() const; String get_export_templates_dir() const; + String get_debug_keystore_path() const; String get_project_settings_dir() const; String get_text_editor_themes_dir() const; String get_script_templates_dir() const; |