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

8 lines
95 B
Bash
Executable File

#!/bin/bash
ln -sf $APPDIR/usr/bin/app /tmp/PCSX2
$APPDIR/AppRun-patched
unlink /tmp/PCSX2