Cleanup Ryujinx.sh

This commit is contained in:
TSR Berry 2022-12-28 17:58:34 +01:00
parent fee6a0f2ae
commit 31ce4da61c
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

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