mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
12 lines
213 B
Bash
Executable File
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 }}
|