pcsx2/.github/workflows/scripts/linux/AppRun-qt

5 lines
71 B
Bash
Executable File

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