Bundle SSL_CERT_FILE if in env (e.g. on manylinux)

This commit is contained in:
Valentin Niess
2020-08-10 11:18:55 +02:00
parent 66f3610e7d
commit 37d3bdd936
2 changed files with 30 additions and 4 deletions

View File

@@ -5,5 +5,7 @@ self="$(readlink -f -- $0)"
here="${self%/*}"
APPDIR="${APPDIR:-${here}}"
{{ tcltk-env }}
{{ cert-file }}
# Call the entry point
{{ entrypoint }}