Skip to content

Commit

Permalink
Merge pull request Redot-Engine#847 from Spartan322/4.3-support/mirro…
Browse files Browse the repository at this point in the history
…rlist-automation

[4.3] Add support for redotengine.org template mirror automation
  • Loading branch information
Spartan322 authored Nov 8, 2024
2 parents 4e53dc3 + 0aad787 commit d943701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/export/export_template_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d943701

Please sign in to comment.