We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842f982 commit 2323042Copy full SHA for 2323042
editor/export/export_template_manager.cpp
@@ -34,6 +34,7 @@
34
#include "core/io/json.h"
35
#include "core/io/zip_io.h"
36
#include "core/version.h"
37
+#include "editor/editor_file_system.h"
38
#include "editor/editor_node.h"
39
#include "editor/editor_paths.h"
40
#include "editor/editor_settings.h"
@@ -876,7 +877,7 @@ Error ExportTemplateManager::install_android_template_from_file(const String &p_
876
877
878
ProgressDialog::get_singleton()->end_task("uncompress_src");
879
unzClose(pkg);
-
880
+ EditorFileSystem::get_singleton()->scan_changes();
881
return OK;
882
}
883
0 commit comments