Skip to content

Commit

Permalink
Revert "Update emuDeckRyujinx.sh"
Browse files Browse the repository at this point in the history
This reverts commit fb6c0d5.
  • Loading branch information
dragoonDorise committed Dec 19, 2024
1 parent 3d83f2c commit 6a6ded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckRyujinx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Ryujinx_cleanup(){
Ryujinx_install(){
echo "Begin Ryujinx Install"
local showProgress=$1
if installEmuBI "$Ryujinx_emuName" "$(getReleaseURLGH "ryujinx-mirror/ryujinx" "-linux_x64.tar.gz")" "" "tar.gz" "$showProgress"; then
if installEmuBI "$Ryujinx_emuName" "$(getReleaseURLGH "GreemDev/Ryujinx" "-linux_x64.tar.gz")" "" "tar.gz" "$showProgress"; then
mkdir -p "$HOME/Applications/publish"
tar -xvf "$HOME/Applications/Ryujinx.tar.gz" -C "$HOME/Applications" && rm -rf "$HOME/Applications/Ryujinx.tar.gz"
chmod +x "$HOME/Applications/publish/Ryujinx"
Expand Down

0 comments on commit 6a6ded6

Please sign in to comment.