Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Mar 7, 2024
1 parent a524d8c commit 2cc7fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/update-emulators/update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ main () {
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"
update_binary "Panda3DS" "" "https://nightly.link/wheremyfoodat/Panda3DS/workflows/Qt_Build/master/Linux executable.zip" "zip"

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

0 comments on commit 2cc7fe9

Please sign in to comment.