mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-01 09:45:13 +00:00
pin to pyinstaller==3.5
This commit is contained in:
parent
c1508c94c2
commit
90d2597bc3
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ test:json-api:
|
||||||
paths:
|
paths:
|
||||||
- lbrynet-${OS}.zip
|
- lbrynet-${OS}.zip
|
||||||
script:
|
script:
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller==3.5
|
||||||
- python3.7 docker/set_build.py
|
- python3.7 docker/set_build.py
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pyinstaller --onefile --name lbrynet lbry/extras/cli.py
|
- pyinstaller --onefile --name lbrynet lbry/extras/cli.py
|
||||||
|
@ -125,7 +125,7 @@ build:windows:
|
||||||
after_script:
|
after_script:
|
||||||
- rmdir -Recurse venv
|
- rmdir -Recurse venv
|
||||||
script:
|
script:
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller==3.5
|
||||||
- python docker/set_build.py
|
- python docker/set_build.py
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
|
- pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue