Files
pcsx2/.github/workflows/scripts/linux/AppRun
T
2021-12-28 08:54:17 +00:00

8 lines
95 B
Bash
Executable File

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