mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: keep one file for staticx builds
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -546,7 +546,7 @@ jobs:
|
|||||||
# https://github.com/pyinstaller/pyinstaller/issues/7102
|
# https://github.com/pyinstaller/pyinstaller/issues/7102
|
||||||
export PATH="$(dirname ${PYTHON}):/usr/bin"
|
export PATH="$(dirname ${PYTHON}):/usr/bin"
|
||||||
export PYINSTALLER_BUILD_ONEDIR=no
|
export PYINSTALLER_BUILD_ONEDIR=no
|
||||||
else
|
elif [[ "${staticx}" != "yes" ]]; then
|
||||||
export PYINSTALLER_BUILD_ONEDIR=yes
|
export PYINSTALLER_BUILD_ONEDIR=yes
|
||||||
export gampath=$(realpath "${gampath}/gam7")
|
export gampath=$(realpath "${gampath}/gam7")
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user