diff --git a/includes/download.h b/includes/download.h index acc98b5..1813b5a 100644 --- a/includes/download.h +++ b/includes/download.h @@ -3,7 +3,7 @@ #define AMS_URL "https://api.github.com/repos/Atmosphere-NX/Atmosphere/releases" #define HEKATE_URL "https://api.github.com/repos/CTCaer/hekate/releases/latest" -#define APP_URL "https://github.com/ITotalJustice/atmosphere-updater/releases/latest/download/atmosphere-updater.nro" +#define APP_URL "https://github.com/ELY3M/atmosphere-updater---modded-by-ELY-M/releases/latest/download/atmosphere-updater.nro" int downloadFile(const char *url, const char *output, int api_mode);