From 1c9538f14915e6b945d5656704c9cb89a61517ad Mon Sep 17 00:00:00 2001 From: Proteus Date: Sat, 3 Feb 2024 19:40:20 -0500 Subject: [PATCH] pyinstaller workaround --- contrib/build-wine/_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/build-wine/_build.sh b/contrib/build-wine/_build.sh index b360e6ebd..3e762262a 100755 --- a/contrib/build-wine/_build.sh +++ b/contrib/build-wine/_build.sh @@ -212,6 +212,7 @@ prepare_wine() { # If we switch to 64-bit, edit this path below. popd [ -e PyInstaller/bootloader/Windows-32bit/runw.exe ] || fail "Could not find runw.exe in target dir!" + rm -fv pyinstaller.py # workaround for https://github.com/pyinstaller/pyinstaller/pull/6701 ) || fail "PyInstaller bootloader build failed" info "Installing PyInstaller ..." $PYTHON -m pip install --no-deps --no-warn-script-location ./pyinstaller || fail "PyInstaller install failed"