diff options
author | reduz <reduzio@gmail.com> | 2021-07-15 10:12:56 -0300 |
---|---|---|
committer | reduz <reduzio@gmail.com> | 2021-07-15 10:14:08 -0300 |
commit | 6639cc98531013a995e3bda220a3f1a6412e678c (patch) | |
tree | 4d88a3295434c3c2b45ec004f4957d612dcdaf6e /editor/export_template_manager.h | |
parent | f79e79d479e687cbc8448bf38dec62491e85c88b (diff) |
Addes ability to load build sources from file.
* If not present, the dialog asks to load build sources from a file.
* The export templates check now also verifies that build sources are installed and skips the template check.
This makes Android development easier.
Diffstat (limited to 'editor/export_template_manager.h')
-rw-r--r-- | editor/export_template_manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/export_template_manager.h b/editor/export_template_manager.h index f145c6c0f5..ebadb88c36 100644 --- a/editor/export_template_manager.h +++ b/editor/export_template_manager.h @@ -124,6 +124,8 @@ public: bool can_install_android_template(); Error install_android_template(); + Error install_android_template_from_file(const String &p_file); + void popup_manager(); ExportTemplateManager(); |