mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-28 12:22:02 +00:00
fixed typo in download address
This commit is contained in:
parent
5e9026d5ea
commit
306a4f9505
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue