فهرست منبع

Vagrant: use pyinstaller v3.1.1

Thomas Waldmann 9 سال پیش
والد
کامیت
21d9436992
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Vagrantfile

+ 2 - 2
Vagrantfile

@@ -212,7 +212,7 @@ def install_pyinstaller(boxname)
     . borg-env/bin/activate
     . borg-env/bin/activate
     git clone https://github.com/pyinstaller/pyinstaller.git
     git clone https://github.com/pyinstaller/pyinstaller.git
     cd pyinstaller
     cd pyinstaller
-    git checkout v3.1
+    git checkout v3.1.1
     pip install -e .
     pip install -e .
   EOF
   EOF
 end
 end
@@ -224,7 +224,7 @@ def install_pyinstaller_bootloader(boxname)
     . borg-env/bin/activate
     . borg-env/bin/activate
     git clone https://github.com/pyinstaller/pyinstaller.git
     git clone https://github.com/pyinstaller/pyinstaller.git
     cd pyinstaller
     cd pyinstaller
-    git checkout v3.1
+    git checkout v3.1.1
     # build bootloader, if it is not included
     # build bootloader, if it is not included
     cd bootloader
     cd bootloader
     python ./waf all
     python ./waf all