diff --git a/appimage/wrapper b/appimage/wrapper index 2a634c1..06dad9f 100755 --- a/appimage/wrapper +++ b/appimage/wrapper @@ -1,4 +1,6 @@ #!/bin/sh # For some reason this runs from the usr subdirectory -exec ../love "$@" +APPIMAGE_DIR="${PWD}/.." +cd "$OWD" +exec "${APPIMAGE_DIR}/love" "$@"