mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-11-30 08:50:36 +00:00
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/sh
|
|
if [ "${APPIMAGE}" != "" ]; then
|
|
export PATH="$APPDIR/usr/bin:$PATH"
|
|
"${APPDIR}/usr/bin/Vita3K" $@
|
|
fi
|