1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 07:43:06 +00:00

Merge pull request #8419 from ThomasWaldmann/upgrade-pyinstaller

upgrade pyinstaller to 6.10.0, fixes #8366
This commit is contained in:
TW 2024-09-25 23:31:04 +02:00 committed by GitHub
commit fa7a935baa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Vagrantfile vendored
View file

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