Skip to content

Commit

Permalink
Add UnityFuncDumper, UE4cfgdumper, battery_desync_fix to Soft Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Aug 25, 2024
1 parent 65250e3 commit 41c5629
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Install / Update]
catch_errors
delete /config/uberhand/downloads/app-url.json
download https://api.github.com/repos/CTCaer/battery_desync_fix_nx/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/battery_desync_fix/{json_data(0,assets,0,name)}
move /config/uberhand/downloads/app/ /switch/
delete /config/uberhand/downloads

[Uninstall]
delete /switch/battery_desync_fix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Install / Update]
catch_errors
delete /config/uberhand/downloads/app-url.json
download https://api.github.com/repos/masagrator/UE4cfgdumper/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/UE4cfgdumper/{json_data(0,assets,0,name)}
move /config/uberhand/downloads/app/ /switch/
delete /config/uberhand/downloads

[Uninstall]
delete /switch/UE4cfgdumper
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Install / Update]
catch_errors
delete /config/uberhand/downloads/app-url.json
download https://api.github.com/repos/masagrator/UnityFuncDumper/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/UnityFuncDumper/{json_data(0,assets,0,name)}
move /config/uberhand/downloads/app/ /switch/
delete /config/uberhand/downloads

[Uninstall]
delete /switch/UnityFuncDumper
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@
[>NX-Activity-Log]

[>ipswitch]

[>Battery Desync Fix NX]

[>UnityFuncDumper]

[>UE4cfgdumper]

0 comments on commit 41c5629

Please sign in to comment.