Update distribution/linux/start.sh

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
RMED24 2022-12-04 19:44:20 +00:00 committed by TSR Berry
parent 4d50f230e3
commit fe6384f795
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -1,5 +1,6 @@
#!/usr/bin/env sh
SCRIPT_DIR=$(dirname $0)
SCRIPT_DIR=$(dirname $(realpath $0))
chmod +x "$SCRIPT_DIR/Ryujinx"
DOTNET_EnableAlternateStackCheck=1 GDK_BACKEND=x11 "$SCRIPT_DIR/Ryujinx" "$@"