瀏覽代碼

use pyinstaller 5.6.2, fixes #7160

support python 3.11 now!
Thomas Waldmann 2 年之前
父節點
當前提交
cc4bee6220
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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