mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
[3.x] Fix export plugins after embedded PCK loading changes.
This commit is contained in:
@@ -1626,6 +1626,9 @@ Error EditorExportPlatformPC::export_project(const Ref<EditorExportPreset> &p_pr
|
||||
ExportNotifier notifier(*this, p_preset, p_debug, p_path, p_flags);
|
||||
|
||||
Error err = prepare_template(p_preset, p_debug, p_path, p_flags);
|
||||
if (err == OK) {
|
||||
err = modify_template(p_preset, p_debug, p_path, p_flags);
|
||||
}
|
||||
if (err == OK) {
|
||||
err = export_project_data(p_preset, p_debug, p_path, p_flags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user