From f066f25a30cf48447950171c404e0e52fb668347 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 3 Nov 2021 03:16:38 +0100 Subject: [PATCH] win build: revert pyinstaller upgrade Various issues with newer versions... needs more investigation. This reverts part of https://github.com/spesmilo/electrum/commit/2b4bf19c0629971a5989d338daa600e2d11241a8 --- contrib/build-wine/prepare-wine.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 79fded7e3..cdc68867a 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -5,9 +5,9 @@ NSIS_FILENAME=nsis-3.08-setup.exe NSIS_URL=https://downloads.sourceforge.net/project/nsis/NSIS%203/3.08/$NSIS_FILENAME NSIS_SHA256=bbc76be36ecb2fc00d493c91befdaf71654226ad8a4fc4dc338458916bf224d0 -PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git" -PYINSTALLER_COMMIT="6eae2c7cf93a968ddc054339e0cb3063f90d0e64" -# ^ tag 4.6 +PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git" +PYINSTALLER_COMMIT="80ee4d613ecf75a1226b960a560ee01459e65ddb" +# ^ tag 4.2, plus a custom commit that fixes cross-compilation with MinGW PYTHON_VERSION=3.9.7