Fix ryujinx breaking when paths have space in it
This commit is contained in:
parent
8b86f47e7a
commit
deb0e8e543
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ for i in {0..9}; do
|
||||||
test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
||||||
done
|
done
|
||||||
|
|
||||||
Ryujinx $@
|
Ryujinx "$@"
|
||||||
|
|
Loading…
Reference in a new issue