Skip to content

Commit

Permalink
Add DBI to Software Installer (English, Portuguese, Russian)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Aug 31, 2024
1 parent 108684a commit 798d385
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Sources/NXVenom/switch/.packages/Software Installer/DBI/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[Install / Update - EN]
catch_errors
delete /config/uberhand/downloads
download https://api.github.com/repos/rashevskyv/dbi/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,0,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,0,name)}
download {json_data(0,assets,1,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,1,name)}
move /config/uberhand/downloads/app/ /switch/DBI/
delete /config/uberhand/downloads

[Install / Update - PT-BR]
catch_errors
delete /config/uberhand/downloads
download https://api.github.com/repos/rashevskyv/dbi/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,0,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,0,name)}
download {json_data(0,assets,4,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,4,name)}
move /config/uberhand/downloads/app/ /switch/DBI/
move /switch/DBI/DBI_ptbr.nro /switch/DBI/DBI.nro
delete /config/uberhand/downloads

; [Install / Update - RU]
; catch_errors
; delete /config/uberhand/downloads
; download https://api.github.com/repos/rashevskyv/dbi/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,0,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,0,name)}
; download {json_data(0,assets,5,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,5,name)}
; move /config/uberhand/downloads/app/ /switch/DBI/
; move /switch/DBI/DBI_ru.nro /switch/DBI/DBI.nro
; delete /config/uberhand/downloads

[Install / Update - RU]
catch_errors
delete /config/uberhand/downloads
download https://github.com/CatcherITGF/NX-Venom/raw/main/Sources/Tools/Apps/DBI.ru.zip /config/uberhand/downloads/
unzip /config/uberhand/downloads/DBI.ru.zip /config/uberhand/downloads/app/
move /config/uberhand/downloads/app/ /switch/DBI/
delete /config/uberhand/downloads

[Uninstall]
delete /switch/DBI
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
;about='This package contains commands to update/install a variety of overlays and packages'
;enableConfigNav

[>DBI]

[>FPSLocker Patches]

[>TOTK UltraCam]
Expand Down
Binary file added Sources/Tools/Apps/DBI.ru.zip
Binary file not shown.

0 comments on commit 798d385

Please sign in to comment.