-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UnityFuncDumper, UE4cfgdumper, battery_desync_fix to Soft Installer
- Loading branch information
1 parent
65250e3
commit 41c5629
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
Sources/NXVenom/switch/.packages/Software Installer/Battery Desync Fix NX/config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
11 changes: 11 additions & 0 deletions
11
Sources/NXVenom/switch/.packages/Software Installer/UE4cfgdumper/config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
11 changes: 11 additions & 0 deletions
11
Sources/NXVenom/switch/.packages/Software Installer/UnityFuncDumper/config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,9 @@ | |
[>NX-Activity-Log] | ||
|
||
[>ipswitch] | ||
|
||
[>Battery Desync Fix NX] | ||
|
||
[>UnityFuncDumper] | ||
|
||
[>UE4cfgdumper] |