winebuild.sh updates #1663

Merged
PeterSurda merged 3 commits from winebuild4 into v0.6 2020-08-30 10:23:55 +02:00
Showing only changes of commit 39d28b9b0f - Show all commits

View File

@ -99,7 +99,8 @@ function install_pyinstaller()
cd "${BASE_DIR}" || exit 1
echo "Installing PyInstaller"
if [ "${MACHINE_TYPE}" == 'x86_64' ]; then
wine python -m pip install pyinstaller
# 3.6 is the last version to support python 2.7
wine python -m pip install -I pyinstaller==3.6
else
# 3.2.1 is the last version to work on XP
# see https://github.com/pyinstaller/pyinstaller/issues/2931