From 306a4f9505bde94023bc66a02e7c1a1281f2a5ff Mon Sep 17 00:00:00 2001 From: flb Date: Sun, 20 Sep 2020 02:29:49 +0200 Subject: [PATCH] fixed typo in download address --- include/constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants.hpp b/include/constants.hpp index baf8e61..914765b 100644 --- a/include/constants.hpp +++ b/include/constants.hpp @@ -4,7 +4,7 @@ #define DOWNLOAD_PATH "/config/aio-switch-updater/" #define CONFIG_PATH "/config/aio-switch-updater/" -#define APP_URL "https://github.com/HamletDuFromage/sigpatches-updater/releases/latest/download/aio-switch-updater.zip" +#define APP_URL "https://github.com/HamletDuFromage/aio-switch-updater/releases/latest/download/aio-switch-updater.zip" #define APP_FILENAME "/config/aio-switch-updater/app.zip" #define SIGPATCHES_URL "https://hamletdufromage.github.io/sigpatches-updater/sigpatches.html"