We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e595b5 commit 3e006f0Copy full SHA for 3e006f0
contrib/osx/make_osx.sh
@@ -88,8 +88,8 @@ brew install autoconf automake libtool gettext coreutils pkgconfig
88
89
info "Building PyInstaller."
90
PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git"
91
-PYINSTALLER_COMMIT="5d7a0449ecea400eccbbb30d5fcef27d72f8f75d"
92
-# ^ tag "v6.6.0"
+PYINSTALLER_COMMIT="d1b6b520a017578a19e1cb9514752a4517755ee0"
+# ^ tag "v5.13.2"
93
(
94
if [ -f "$CACHEDIR/pyinstaller/PyInstaller/bootloader/Darwin-64bit/runw" ]; then
95
info "pyinstaller already built, skipping"
0 commit comments