mirror of
https://github.com/niess/python-appimage.git
synced 2025-09-07 02:00:13 +02:00
10 lines
195 B
Bash
Executable File
10 lines
195 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Export APPRUN if running from an extracted image
|
|
self="$(readlink -f -- $0)"
|
|
here="${self%/*}"
|
|
APPDIR="${APPDIR:-${here}}"
|
|
{{ tcltk-env }}
|
|
# Call the entry point
|
|
{{ entrypoint }}
|