use PyInstaller 6.7.0 for binary builds

This commit is contained in:
Thomas Waldmann 2024-05-26 13:21:08 +02:00
parent 96ff5e0f68
commit e32b915645
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

@ -206,7 +206,7 @@ def install_pyinstaller()
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
pip install 'pyinstaller==6.5.0'
pip install 'pyinstaller==6.7.0'
EOF
end