Explorar el Código

use PyInstaller 6.7.0 for binary builds

Thomas Waldmann hace 1 año
padre
commit
e32b915645
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -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