Skip to content

Commit 3b31a49

Browse files
msys2: try pyinstaller 6.12.0
1 parent 947798e commit 3b31a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/msys2-install-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,rclone,python-msgpack,python-argon2_cffi,python-platformdirs,python,cython,python-setuptools,python-wheel,python-build,python-pkgconfig,python-packaging,python-pip,python-paramiko}
44
python -m pip install --upgrade pip
5-
pip install pyinstaller==6.11.1
5+
pip install pyinstaller==6.12.0
66

77
if [ "$1" = "development" ]; then
88
pacman -S --needed --noconfirm mingw-w64-ucrt-x86_64-python-{pytest,pytest-benchmark,pytest-cov,pytest-xdist}

0 commit comments

Comments
 (0)