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

8 lines
95 B
Plaintext
Raw Normal View History

#!/bin/bash
2021-07-13 19:56:33 +00:00
ln -sf $APPDIR/usr/bin/app /tmp/PCSX2
$APPDIR/AppRun-patched
unlink /tmp/PCSX2