Skip to content

Commit

Permalink
Add sphaira to Soft Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Dec 21, 2024
1 parent 7975f5a commit a06d76e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Alternative homebrew menu for the switch
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

[>BT Audio]

[>sphaira]

[>Picofly Firmware]

[>nxmp]
Expand Down
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

0 comments on commit a06d76e

Please sign in to comment.