Explorar o código

upgrade pyinstaller to 6.10.0

Thomas Waldmann hai 8 meses
pai
achega
ae85f64536
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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