pin windows pyinstaller
This commit is contained in:
parent
974ed29c36
commit
f293d7cccc
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ build:windows:
|
|||
- rmdir -Recurse venv
|
||||
script:
|
||||
- pip install --upgrade 'setuptools<45.0.0'
|
||||
- pip install pyinstaller
|
||||
- pip install pyinstaller==3.5
|
||||
- python docker/set_build.py
|
||||
- pip install -e .
|
||||
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
|
||||
|
|
Loading…
Reference in a new issue