From f04f2f07b79daa38b4116b598c0e61eebf481bff Mon Sep 17 00:00:00 2001 From: Axel Gembe Date: Thu, 22 Feb 2024 18:51:00 +0700 Subject: [PATCH] build: update PyInstaller to version 6.4.0 This is needed for Windows AppContainer to work. --- contrib/build-wine/_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-wine/_build.sh b/contrib/build-wine/_build.sh index 096dff2bec78..610f6598d11a 100755 --- a/contrib/build-wine/_build.sh +++ b/contrib/build-wine/_build.sh @@ -59,7 +59,7 @@ prepare_wine() { LIBUSB_COMMIT=c6a35c56016ea2ab2f19115d2ea1e85e0edae155 # Version 1.0.24 PYINSTALLER_REPO='https://github.com/pyinstaller/pyinstaller.git' - PYINSTALLER_COMMIT=7001defa6f8cbbd23d880e609693ae62452d1b34 # Version 6.0.0 + PYINSTALLER_COMMIT=90256f93ed943daf6de53c7dd39710a415f705cb # Version 6.4.0 ## These settings probably don't need change PYHOME=c:/python$PYTHON_VERSION # NB: PYTON_VERSION comes from ../base.sh