mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
use PyInstaller 6.7.0 for binary builds
This commit is contained in:
parent
96ff5e0f68
commit
e32b915645
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue