love-linux-builder/appimage/wrapper
Bart van Strien 357f70d59a Set correct working directory when running appimage
Which means relative paths now work properly
2018-05-06 11:06:40 +02:00

6 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" "$@"