mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-27 06:27:03 +02:00
odd
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
469670deae
commit
9d362a23ba
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;
|
rel.host = host;
|
||||||
|
|
||||||
const auto release_base =
|
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);
|
const auto fallback_html = fmt::format("{}/tag/{}", release_base, rel.tag);
|
||||||
rel.html_url = json.value("html_url", fallback_html);
|
rel.html_url = json.value("html_url", fallback_html);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue