mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Patch TCl/Tk export
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
self="$(readlink -f -- $0)"
|
||||
here="${self%/*}"
|
||||
APPDIR="${APPDIR:-${here}}"
|
||||
|
||||
# Export TCl/Tk
|
||||
export TCL_LIBRARY="${APPDIR}/usr/share/tcltk/tcl{{ tcl-version }}"
|
||||
export TK_LIBRARY="${APPDIR}/usr/share/tcltk/tk{{ tk-version }}"
|
||||
export TKPATH="${TK_LIBRARY}"
|
||||
|
||||
{{ tcltk-env }}
|
||||
# Call the entry point
|
||||
{{ entrypoint }}
|
||||
|
||||
Reference in New Issue
Block a user