mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-26 17:04:15 +02:00
8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -sf $APPDIR/usr/bin/app /tmp/PCSX2
|
|
|
|
$APPDIR/AppRun-patched
|
|
|
|
unlink /tmp/PCSX2
|