Skip to content

Commit

Permalink
build: update PyInstaller to version 6.4.0
Browse files Browse the repository at this point in the history
This is needed for Windows AppContainer to work.
  • Loading branch information
EchterAgo committed Feb 22, 2024
1 parent 2a94929 commit f04f2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-wine/_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ prepare_wine() {
LIBUSB_COMMIT=c6a35c56016ea2ab2f19115d2ea1e85e0edae155 # Version 1.0.24

PYINSTALLER_REPO='https://github.com/pyinstaller/pyinstaller.git'
PYINSTALLER_COMMIT=7001defa6f8cbbd23d880e609693ae62452d1b34 # Version 6.0.0
PYINSTALLER_COMMIT=90256f93ed943daf6de53c7dd39710a415f705cb # Version 6.4.0

## These settings probably don't need change
PYHOME=c:/python$PYTHON_VERSION # NB: PYTON_VERSION comes from ../base.sh
Expand Down

0 comments on commit f04f2f0

Please sign in to comment.