Skip to content

Commit

Permalink
pyinstaller workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
proteanx committed Feb 4, 2024
1 parent 6479127 commit 1c9538f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/build-wine/_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c9538f

Please sign in to comment.