diff options
Diffstat (limited to 'bin/build-python')
| -rwxr-xr-x | bin/build-python | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/build-python b/bin/build-python index 4c27e5d8..cd3e84a2 100755 --- a/bin/build-python +++ b/bin/build-python @@ -2,6 +2,8 @@ set -e info_year=$( date "+%Y" ) +# PyInstaller v6.x rearranges folder configuration causing broken builds, This re-enables old onedir layout. +pyinstaller_args+="--contents-directory . " # We need to use the precompiled bootloader linked with graphical Mac OS X # libraries if we develop a GUI application for Mac: |
