From d11d97f394a78871206a3e63e97274a7215d93ef Mon Sep 17 00:00:00 2001 From: CatcherITGF Date: Mon, 15 Jul 2024 21:28:22 +0300 Subject: [PATCH] Fix unzip issue --- .../TOTK UltraCam/Install/config.ini | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Sources/Tools/Uberhand Packages/TOTK UltraCam/Install/config.ini b/Sources/Tools/Uberhand Packages/TOTK UltraCam/Install/config.ini index 611bb5b8..cfc16534 100644 --- a/Sources/Tools/Uberhand Packages/TOTK UltraCam/Install/config.ini +++ b/Sources/Tools/Uberhand Packages/TOTK UltraCam/Install/config.ini @@ -1,24 +1,32 @@ [UltraCam - v214] catch_errors -download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/Ultracam.zip /config/uberhand/downloads/app/ +delete /config/uberhand/downloads +download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/Ultracam.zip /config/uberhand/downloads/ +unzip /config/uberhand/downloads/Ultracam.zip /config/uberhand/downloads/app/ move /config/uberhand/downloads/app/ / delete /config/uberhand/downloads [UltraCam Benchmark - ZR-ZL-Down] catch_errors -download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/UltracamZRZLDown.zip /config/uberhand/downloads/app/ +delete /config/uberhand/downloads +download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/UltracamZRZLDown.zip /config/uberhand/downloads +unzip /config/uberhand/downloads/UltracamZRZLDown.zip /config/uberhand/downloads/app/ move /config/uberhand/downloads/app/ / delete /config/uberhand/downloads [UltraCam Benchmark - ZR-ZL-LStick] catch_errors -download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/UltracamZRZLLeftStick.zip /config/uberhand/downloads/app/ +delete /config/uberhand/downloads +download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/UltracamZRZLLeftStick.zip /config/uberhand/downloads +unzip /config/uberhand/downloads/UltracamZRZLLeftStick.zip /config/uberhand/downloads/app/ move /config/uberhand/downloads/app/ / delete /config/uberhand/downloads [Triple Buffer] catch_errors -download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/TripleBuffer.zip /config/uberhand/downloads/app/ +delete /config/uberhand/downloads +download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Games/TOTK/TripleBuffer.zip /config/uberhand/downloads +unzip /config/uberhand/downloads/TripleBuffer.zip /config/uberhand/downloads/app/ move /config/uberhand/downloads/app/ / delete /config/uberhand/downloads