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

5 lines
71 B
Plaintext
Raw Normal View History

2022-07-02 04:00:56 +00:00
#!/bin/sh
APPDIR=$(dirname "$0")
exec "$APPDIR/usr/bin/pcsx2-qt" "$@"