From b57cb75a8a5c592eeefb0acdbd680eb14d504123 Mon Sep 17 00:00:00 2001 From: CatcherITGF Date: Sun, 1 Sep 2024 21:50:12 +0300 Subject: [PATCH] Update script, the file will be taken from the latest release --- .../Software Installer/Picofly Firmware/config.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Sources/NXVenom/switch/.packages/Software Installer/Picofly Firmware/config.ini b/Sources/NXVenom/switch/.packages/Software Installer/Picofly Firmware/config.ini index 45d0a5d9..68519dcb 100644 --- a/Sources/NXVenom/switch/.packages/Software Installer/Picofly Firmware/config.ini +++ b/Sources/NXVenom/switch/.packages/Software Installer/Picofly Firmware/config.ini @@ -1,8 +1,10 @@ [Install / Update] catch_errors -delete /update.bin -download https://github.com/Ansem-SoD/Picofly/raw/main/Firmwares/update.bin /config/uberhand/downloads/ -move /config/uberhand/downloads/update.bin / +delete /config/uberhand/downloads +download https://api.github.com/repos/rehius/usk/releases?per_page=1&sort=created&order=desc /config/uberhand/downloads/app-url.json +json_data /config/uberhand/downloads/app-url.json +download {json_data(0,assets,1,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,1,name)} +move /config/uberhand/downloads/app/update.bin / delete /config/uberhand/downloads [Uninstall]