pin to pyinstaller==3.5

This commit is contained in:
Lex Berezhny 2020-01-13 13:23:55 -05:00
parent c1508c94c2
commit 90d2597bc3

View file

@ -70,7 +70,7 @@ test:json-api:
paths:
- lbrynet-${OS}.zip
script:
- pip install pyinstaller
- pip install pyinstaller==3.5
- python3.7 docker/set_build.py
- pip install -e .
- pyinstaller --onefile --name lbrynet lbry/extras/cli.py
@ -125,7 +125,7 @@ build:windows:
after_script:
- rmdir -Recurse venv
script:
- 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