mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 06:58:56 +02:00
odd
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
4ba6738304
commit
0e4bc49140
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ std::optional<Release> Release::FromJson(const nlohmann::json& json, const std::
|
|||
rel.host = host;
|
||||
|
||||
const auto release_base =
|
||||
fmt::format("{}/{}/releases", Common::g_build_auto_update_website, repo);
|
||||
fmt::format("{}/{}/releases", Common::g_build_auto_update_stable_api, repo);
|
||||
const auto fallback_html = fmt::format("{}/tag/{}", release_base, rel.tag);
|
||||
rel.html_url = json.value("html_url", fallback_html);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue