-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7975f5a
commit a06d76e
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Sources/NXVenom/switch/.packages/Software Installer/Help/sphaira.txt
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 @@ | ||
Alternative homebrew menu for the switch |
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 |
---|---|---|
|
@@ -16,6 +16,8 @@ | |
|
||
[>BT Audio] | ||
|
||
[>sphaira] | ||
|
||
[>Picofly Firmware] | ||
|
||
[>nxmp] | ||
|
12 changes: 12 additions & 0 deletions
12
Sources/NXVenom/switch/.packages/Software Installer/sphaira/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,12 @@ | ||
[Install / Update] | ||
catch_errors | ||
delete /config/uberhand/downloads/app-url.json | ||
download https://api.github.com/repos/ITotalJustice/sphaira/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/{json_data(0,assets,0,name)} | ||
unzip /config/uberhand/downloads/{json_data(0,assets,0,name)} /config/uberhand/downloads/app/ | ||
move /config/uberhand/downloads/app/switch/ /switch/ | ||
delete /config/uberhand/downloads | ||
|
||
[Uninstall] | ||
delete /switch/sphaira |