1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 16:46:26 -05:00

infra: Add AppImage build workflow (#28)

Co-authored-by: reggie <reggie@latte.to>
This commit is contained in:
Samuel
2024-10-06 02:34:01 -04:00
committed by GitHub
parent f49bd44cc1
commit aa34084ba1
4 changed files with 85 additions and 17 deletions

View File

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