python in verify container

Authored by: bashonly
pull/13997/head
bashonly 3 days ago
parent 7e8b1fc3a7
commit 9473ed31fe
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -3,7 +3,7 @@ set -eu
if [ -n "${TEST_ONEDIR_BUILD:-}" ]; then
echo "Extracting zip to verify onedir build"
python3 -m zipfile -e "/build/${EXE_NAME}.zip" ./
"${PYTHON:-python}" -m zipfile -e "/build/${EXE_NAME}.zip" ./
else
echo "Verifying onefile build"
cp "/build/${EXENAME}" ./

Loading…
Cancel
Save