mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-08 12:56:33 +00:00
upgrade pyinstaller from 3.1.1+ to 3.2.1
This commit is contained in:
parent
9c045806c2
commit
1c3ec747d0
1 changed files with 1 additions and 2 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -286,8 +286,7 @@ def install_pyinstaller(bootloader)
|
||||||
. borg-env/bin/activate
|
. borg-env/bin/activate
|
||||||
git clone https://github.com/thomaswaldmann/pyinstaller.git
|
git clone https://github.com/thomaswaldmann/pyinstaller.git
|
||||||
cd pyinstaller
|
cd pyinstaller
|
||||||
# develop branch, with fixed / freshly rebuilt bootloaders
|
git checkout v3.2.1
|
||||||
git checkout fresh-bootloader
|
|
||||||
EOF
|
EOF
|
||||||
if bootloader
|
if bootloader
|
||||||
script += <<-EOF
|
script += <<-EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue