Appimage builds (#28)

This commit is contained in:
Piplup 2024-10-26 13:31:37 +01:00 committed by GitHub
parent a647050ed4
commit 5fa74574ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 118 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
CURRENTDIR="$(readlink -f "$(dirname "$0")")"
exec "$CURRENTDIR"/usr/bin/Ryujinx.sh "$@"