mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Add an app builder
This commit is contained in:
@@ -5,5 +5,5 @@ self="$(readlink -f -- $0)"
|
||||
here="${self%/*}"
|
||||
APPDIR="${APPDIR:-${here}}"
|
||||
|
||||
# Call the python wrapper
|
||||
"${APPDIR}/usr/bin/python{{version}}" "$@"
|
||||
# Call the entry point
|
||||
{{ entrypoint }}
|
||||
|
||||
Reference in New Issue
Block a user