Files
python-appimage/python_appimage/data/apprun.sh
Valentin Niess dc3acadb9a Initial commit
2020-03-29 11:59:23 +02:00

10 lines
209 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 python wrapper
"${APPDIR}/usr/bin/python{{version}}" "$@"