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