From 0aad787f4c1bafa3d8446767cc8c1678047be1a7 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Fri, 8 Nov 2024 08:38:06 -0500 Subject: [PATCH] Add support for redotengine.org template mirror automation --- editor/export/export_template_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/export/export_template_manager.cpp b/editor/export/export_template_manager.cpp index 63c5f5c21a0..abaf3cd8335 100644 --- a/editor/export/export_template_manager.cpp +++ b/editor/export/export_template_manager.cpp @@ -238,7 +238,7 @@ void ExportTemplateManager::_refresh_mirrors() { is_refreshing_mirrors = true; String current_version = VERSION_FULL_CONFIG; - const String mirrors_metadata_url = "https://redotengine.org/mirrorlist/" + current_version + ".json"; + const String mirrors_metadata_url = "https://redotengine.org/api/mirrorlists/" + current_version + ".json"; request_mirrors->request(mirrors_metadata_url); }