You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix file locked issue when exporting to Web.
This commit is contained in:
@@ -485,6 +485,7 @@ Error EditorExportPlatformWeb::export_project(const Ref<EditorExportPreset> &p_p
|
|||||||
}
|
}
|
||||||
html.resize(f->get_length());
|
html.resize(f->get_length());
|
||||||
f->get_buffer(html.ptrw(), html.size());
|
f->get_buffer(html.ptrw(), html.size());
|
||||||
|
f.unref(); // close file.
|
||||||
|
|
||||||
// Generate HTML file with replaced strings.
|
// Generate HTML file with replaced strings.
|
||||||
_fix_html(html, p_preset, base_name, p_debug, p_flags, shared_objects, file_sizes);
|
_fix_html(html, p_preset, base_name, p_debug, p_flags, shared_objects, file_sizes);
|
||||||
|
|||||||
Reference in New Issue
Block a user