mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Initial commit
This commit is contained in:
9
python_appimage/data/apprun.sh
Executable file
9
python_appimage/data/apprun.sh
Executable 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}}" "$@"
|
||||
Reference in New Issue
Block a user