mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
mac build: bump pyinstaller version
This commit is contained in:
parent
0edd291efe
commit
c7a21220d5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ python3 -m pip install --no-dependencies -Ir ./contrib/deterministic-build/requi
|
|||
|
||||
|
||||
info "Installing pyinstaller"
|
||||
python3 -m pip install -I --user pyinstaller==3.5 || fail "Could not install pyinstaller"
|
||||
python3 -m pip install -I --user pyinstaller==3.6 || fail "Could not install pyinstaller"
|
||||
|
||||
info "Using these versions for building $PACKAGE:"
|
||||
sw_vers
|
||||
|
|
Loading…
Add table
Reference in a new issue