mirror of
https://github.com/flathub/org.ryujinx.Ryujinx.git
synced 2024-12-16 14:37:04 +00:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
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;
|
||
|
done
|
||
|
|
||
|
Ryujinx $@
|