Skip to content

Commit

Permalink
Add Panda3DS
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeGuzis committed Mar 6, 2024
1 parent a00a3cc commit 4755585
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utilities/update-emulators/update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ update_binary ()

echo "[INFO] Updating $name";

# The ~/Applicaitons dir is compliant with ES-DE
# The ~/Applications dir is compliant with ES-DE
if echo "${URL}" | grep -q ".zip"; then
# Handle direct URL zips
dl_url="${URL}"
Expand Down Expand Up @@ -220,6 +220,8 @@ main () {
#####################
# Pre-reqs
#####################

mkdir -p "${HOME}/Applications"

# Check for rate exceeded
echo "[INFO] Testing Git API"
Expand Down Expand Up @@ -271,6 +273,8 @@ main () {
# ZIPs
update_binary "xenia_master" "xenia" "https://github.com/xenia-project/release-builds-windows/releases/latest/download/xenia_master.zip" "zip"
update_binary "xenia_canary" "xenia" "https://github.com/xenia-canary/xenia-canary/releases/download/experimental/xenia_canary.zip" "zip"
# Note that the Panda3DS AppImage name is oddly named: "Alber-x86_64.AppImage"
update_binary "Panda3DS" "" "https://nightly.link/wheremyfoodat/Panda3DS/workflows/Qt_Build/master/Linux%20executable.zip" "zip"

# From GitHub release pages
# Careful not to get rate exceeded here...
Expand Down

0 comments on commit 4755585

Please sign in to comment.