Compare commits

...

2 commits

Author SHA1 Message Date
Jack Robison
a75c003016
pin pyinstaller to 3.6 2020-01-16 13:44:09 -05:00
Jack Robison
ed89841762
pin pyinstaller 2020-01-16 13:24:30 -05:00

View file

@ -71,7 +71,7 @@ test:json-api:
- lbrynet-${OS}.zip
script:
- pip install --upgrade 'setuptools<45.0.0'
- pip install pyinstaller
- pip install pyinstaller==3.6
- python3.7 docker/set_build.py
- pip install -e .
- pyinstaller --onefile --name lbrynet lbry/extras/cli.py
@ -127,7 +127,7 @@ build:windows:
- rmdir -Recurse venv
script:
- pip install --upgrade 'setuptools<45.0.0'
- pip install pyinstaller
- pip install pyinstaller==3.6
- python docker/set_build.py
- pip install -e .
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py