Browse Source

vagrant: use pyinstaller 6.14.2 for binary building

this is for future betas, not including b19.
Thomas Waldmann 3 days ago
parent
commit
bf7a1e4a61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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