From 56d347a93b4e48c3376235b1fb4fd8e71bb5606f Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 7 Jan 2021 18:49:27 +0100 Subject: [PATCH] windows binaries: update pyinstaller to 4.1 --- 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 77d4c15bb..8b12f4cd1 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -10,8 +10,8 @@ LIBUSB_COMMIT="e782eeb2514266f6738e242cdcb18e3ae1ed06fa" # ^ tag v1.0.23 PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git" -PYINSTALLER_COMMIT="6e455b2c1208465742484436009bfb1e1baf2e01" -# ^ tag 4.0, plus a custom commit that fixes cross-compilation with MinGW +PYINSTALLER_COMMIT="31fda9dc83feb1b3f2ff08c89ff7ae61506fc1ca" +# ^ tag 4.1, plus a custom commit that fixes cross-compilation with MinGW PYTHON_VERSION=3.7.9