From 821a4bfd24fb1700a13e6a664ed61c0d54b72242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo?= Date: Fri, 31 Jan 2025 00:17:17 -0300 Subject: [PATCH] Update update_checker.cpp --- UnleashedRecomp/install/update_checker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/install/update_checker.cpp b/UnleashedRecomp/install/update_checker.cpp index ef3c9aab..5315a67b 100644 --- a/UnleashedRecomp/install/update_checker.cpp +++ b/UnleashedRecomp/install/update_checker.cpp @@ -13,7 +13,7 @@ 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 *USER_AGENT = "UnleashedRecomp-Agent";