actions: keep one file for staticx builds

This commit is contained in:
Jay Lee
2024-09-18 15:04:37 -04:00
committed by GitHub
parent d84ff8d392
commit ac5098522b

View File

@@ -546,7 +546,7 @@ jobs:
# https://github.com/pyinstaller/pyinstaller/issues/7102
export PATH="$(dirname ${PYTHON}):/usr/bin"
export PYINSTALLER_BUILD_ONEDIR=no
else
elif [[ "${staticx}" != "yes" ]]; then
export PYINSTALLER_BUILD_ONEDIR=yes
export gampath=$(realpath "${gampath}/gam7")
fi