Merge branch 'dev' into early-unstable

This commit is contained in:
Dragoon Dorise 2025-03-22 18:47:08 +01:00
commit eb91e01c1a

View File

@ -49,7 +49,7 @@ Ryujinx_cleanup(){
Ryujinx_install(){
echo "Begin Ryujinx Install"
local showProgress=$1
if installEmuBI "$Ryujinx_emuName" "$(getReleaseURLGH "Ryubing/Stable-Releases" "-linux_x64.tar.gz" "" "" "nogui")" "" "tar.gz" "$showProgress"; then
if installEmuBI "$Ryujinx_emuName" "$(getReleaseURLGH "Ryubing/Stable-Releases" "-linux_x64.tar.gz" "" "" "")" "" "tar.gz" "$showProgress"; then
mkdir -p "$emusFolder/publish"
tar -xvf "$emusFolder/Ryujinx.tar.gz" -C "$emusFolder" && rm -rf "$HOME/Applications/Ryujinx.tar.gz"
chmod +x "$emusFolder/publish/Ryujinx"