Browse Source

vagrant: upgrade to pyinstaller 5.13.2

Thomas Waldmann 1 năm trước cách đây
mục cha
commit
54a159203a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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