Skip to content

Commit

Permalink
Fix SysDVR download url
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Feb 6, 2024
1 parent 2e18460 commit 2b4b2de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
catch_errors
download https://api.github.com/repos/exelix11/SysDVR/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,3,browser_download_url)} /config/uberhand/downloads/{json_data(0,assets,3,name)}
unzip /config/uberhand/downloads/{json_data(0,assets,3,name)} /config/uberhand/downloads/app/
download {json_data(0,assets,7,browser_download_url)} /config/uberhand/downloads/{json_data(0,assets,7,name)}
unzip /config/uberhand/downloads/{json_data(0,assets,7,name)} /config/uberhand/downloads/app/
move /config/uberhand/downloads/app/atmosphere/contents/ /atmosphere/contents/
move /config/uberhand/downloads/app/config/ /config/
move /config/uberhand/downloads/app/switch/SysDVR-conf.nro /switch/SysDVR/
Expand Down

0 comments on commit 2b4b2de

Please sign in to comment.