Vita3K/appimage/apprun.sh

5 lines
77 B
Bash

#!/bin/sh
if [ "${APPIMAGE}" != "" ]; then
"${APPDIR}/usr/bin/Vita3K" $@
fi