Skip to content

Commit

Permalink
Add support for redotengine.org template mirror automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan322 committed Nov 8, 2024
1 parent 4e53dc3 commit 0aad787
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 0aad787

Please sign in to comment.