Skip to content

Commit

Permalink
Fix unzip issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jul 15, 2024
1 parent 27851f7 commit d11d97f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Sources/Tools/Uberhand Packages/TOTK UltraCam/Install/config.ini
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d11d97f

Please sign in to comment.