mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
Appimage builds (#28)
This commit is contained in:
parent
a647050ed4
commit
5fa74574ba
5 changed files with 118 additions and 1 deletions
3
distribution/linux/appimage/AppRun
Executable file
3
distribution/linux/appimage/AppRun
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
CURRENTDIR="$(readlink -f "$(dirname "$0")")"
|
||||
exec "$CURRENTDIR"/usr/bin/Ryujinx.sh "$@"
|
Loading…
Add table
Add a link
Reference in a new issue