mirror of
https://github.com/flathub/org.ryujinx.Ryujinx.git
synced 2024-12-16 22:47:04 +00:00
e4748da53e
* Update paths in distribution folder * Fix typo * Add DOTNET_EnableAlternateStackCheck=1 to ryujinx-wrapper * Fix icon name (thanks @marysaka)
8 lines
205 B
Bash
8 lines
205 B
Bash
#!/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
|
|
|
|
env DOTNET_EnableAlternateStackCheck=1 Ryujinx "$@"
|