2
0
Эх сурвалжийг харах

vagrant: use pyinstaller 6.14.2 for binary building

this is for future betas, not including b19.
Thomas Waldmann 4 өдөр өмнө
parent
commit
bf7a1e4a61
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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