From b0dd5ca280e735b99ccb8d2b2f103b0fc0491daf Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 23 Dec 2023 23:16:30 +0100 Subject: [PATCH] use pyinstaller==5.13.2 this is the version we use in master branch since longer. --- Vagrantfile | 2 +- scripts/msys2-install-deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index c9e0fb229..5f51189d1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -204,7 +204,7 @@ def install_pyinstaller() . ~/.bash_profile cd /vagrant/borg . borg-env/bin/activate - pip install 'pyinstaller==4.10' + pip install 'pyinstaller==5.13.2' EOF end diff --git a/scripts/msys2-install-deps b/scripts/msys2-install-deps index 23d1fbcb7..637008a43 100644 --- a/scripts/msys2-install-deps +++ b/scripts/msys2-install-deps @@ -1,4 +1,4 @@ #!/bin/bash pacman -S --needed --noconfirm git mingw-w64-ucrt-x86_64-{toolchain,pkgconf,zstd,lz4,xxhash,openssl,python,cython,python-setuptools,python-wheel,python-pkgconfig,python-packaging,python-msgpack,python-pip} -pip install pyinstaller +pip install pyinstaller==5.13.2