love-linux-builder/appimage/wrapper

7 lines
133 B
Plaintext
Raw Permalink Normal View History

2016-12-02 19:16:30 +00:00
#!/bin/sh
# For some reason this runs from the usr subdirectory
APPIMAGE_DIR="${PWD}/.."
cd "$OWD"
exec "${APPIMAGE_DIR}/love" "$@"