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

5 lines
61 B
Bash
Executable File

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