Files
python-appimage/python_appimage/data/apprun.sh
2020-04-03 01:17:34 +02:00

10 lines
180 B
Bash
Executable File

#! /bin/bash
# Export APPRUN if running from an extracted image
self="$(readlink -f -- $0)"
here="${self%/*}"
APPDIR="${APPDIR:-${here}}"
# Call the entry point
{{ entrypoint }}