mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
lol
This commit is contained in:
parent
a9ca320a6e
commit
13f9caf7a3
@ -49,7 +49,7 @@ Ryujinx_cleanup(){
|
||||
Ryujinx_install(){
|
||||
echo "Begin Ryujinx Install"
|
||||
local showProgress=$1
|
||||
if installEmuBI "$Ryujinx_emuName" "https://github.com/Ryubing/Stable-Releases/releases/download/1.2.86/ryujinx-1.2.86-linux_x64.tar.gz" "" "tar.gz" "$showProgress"; then
|
||||
if installEmuBI "$Ryujinx_emuName" "$(getReleaseURLGH "Ryubing/Stable-Releases" "-linux_x64.tar.gz" "" "" "nogui")" "" "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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user