Files
python-appimage/python_appimage/data/apprun.sh
2020-05-06 13:58:15 +02:00

10 lines
196 B
Bash
Executable File

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