From e07f615bbbddfa28181ca8ede15c403210d7c702 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sun, 7 Mar 2021 16:21:42 +0100 Subject: [PATCH] windows binaries: update pyinstaller to 4.2 --- contrib/build-wine/prepare-wine.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index e773c6df6..2c7d3e908 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -10,8 +10,8 @@ LIBUSB_COMMIT="c6a35c56016ea2ab2f19115d2ea1e85e0edae155" # ^ tag v1.0.24 PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git" -PYINSTALLER_COMMIT="31fda9dc83feb1b3f2ff08c89ff7ae61506fc1ca" -# ^ tag 4.1, plus a custom commit that fixes cross-compilation with MinGW +PYINSTALLER_COMMIT="80ee4d613ecf75a1226b960a560ee01459e65ddb" +# ^ tag 4.2, plus a custom commit that fixes cross-compilation with MinGW PYTHON_VERSION=3.8.7