Initial commit

This commit is contained in:
Valentin Niess
2020-03-29 11:59:23 +02:00
commit dc3acadb9a
24 changed files with 1735 additions and 0 deletions

9
python_appimage/data/apprun.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /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}}" "$@"