[cmake, frontend] Fix update checker and move to self-hosted Git (#3558)

httplib doesn't like when you include the protocol, as it would seem

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3558
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
crueter 2026-02-15 20:51:05 +01:00
parent 45c9f9bbb3
commit f4e7fc91ba
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
5 changed files with 15 additions and 9 deletions

View file

@ -26,6 +26,7 @@ extern const bool g_is_nightly_build;
extern const char g_build_auto_update_website[];
extern const char g_build_auto_update_api[];
extern const char g_build_auto_update_api_path[];
extern const char g_build_auto_update_repo[];
} // namespace Common