Update update_checker.cpp

This commit is contained in:
Darío 2025-01-31 00:17:17 -03:00 committed by GitHub
parent 3b3fa8433d
commit 821a4bfd24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
using json = nlohmann::json; using json = nlohmann::json;
static const char *CHECK_URL = "https://api.github.com/repos/blueskythlikesclouds/MikuMikuLibrary/releases/latest"; static const char *CHECK_URL = "https://api.github.com/repos/hedge-dev/UnleashedRecomp/releases/latest";
static const char *VISIT_URL = "https://github.com/hedge-dev/UnleashedRecomp/releases/latest"; static const char *VISIT_URL = "https://github.com/hedge-dev/UnleashedRecomp/releases/latest";
static const char *USER_AGENT = "UnleashedRecomp-Agent"; static const char *USER_AGENT = "UnleashedRecomp-Agent";