love-linux-builder/appimage/wrapper

7 lines
133 B
Bash
Executable File

#!/bin/sh
# For some reason this runs from the usr subdirectory
APPIMAGE_DIR="${PWD}/.."
cd "$OWD"
exec "${APPIMAGE_DIR}/love" "$@"