فهرست منبع

pyinstaller: use fixed AND freshly compiled bootloader, fixes #2002

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

+ 3 - 2
Vagrantfile

@@ -283,9 +283,10 @@ def install_pyinstaller(bootloader)
     . ~/.bash_profile
     cd /vagrant/borg
     . borg-env/bin/activate
-    git clone https://github.com/pyinstaller/pyinstaller.git
+    git clone https://github.com/thomaswaldmann/pyinstaller.git
     cd pyinstaller
-    git checkout v3.1.1
+    # develop branch, with fixed / freshly rebuilt bootloaders
+    git checkout fresh-bootloader
   EOF
   if bootloader
     script += <<-EOF