357f70d59a
Which means relative paths now work properly
6 lines
133 B
Bash
Executable file
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" "$@"
|