Files
python-appimage/python_appimage/data/apprun.sh
2020-08-10 11:18:55 +02:00

12 lines
213 B
Bash
Executable File

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