pcsx2/.github/workflows/scripts/linux/AppRun-qt
2022-11-25 10:25:28 +00:00

4 lines
71 B
Bash
Executable file

#!/bin/sh
APPDIR=$(dirname "$0")
exec "$APPDIR/usr/bin/pcsx2-qt" "$@"