Vita3K/appimage/apprun.sh
2023-11-23 15:30:44 -03:00

6 lines
114 B
Bash

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