fix windows release type set script
This commit is contained in:
parent
4d4c705eb9
commit
4e3467bb7e
2 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
- docker pull lbry/pyinstaller34_32bits:py371
|
- docker pull lbry/pyinstaller34_32bits:py371
|
||||||
script:
|
script:
|
||||||
|
- python scripts/set_build.py
|
||||||
- docker run -v "$(pwd):/src/lbry" lbry/pyinstaller34_32bits:py371 lbry/scripts/wine_build.sh
|
- docker run -v "$(pwd):/src/lbry" lbry/pyinstaller34_32bits:py371 lbry/scripts/wine_build.sh
|
||||||
- sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
|
- sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
|
||||||
addons:
|
addons:
|
||||||
|
|
|
@ -14,7 +14,6 @@ cd twisted && pip install -e .[tls] && cd ..
|
||||||
cd torba && pip install -e . && cd ..
|
cd torba && pip install -e . && cd ..
|
||||||
|
|
||||||
cd lbry
|
cd lbry
|
||||||
python scripts/set_build.py
|
|
||||||
|
|
||||||
# Download from their CI until its not released. Remove later!
|
# Download from their CI until its not released. Remove later!
|
||||||
wget -Onetifaces-0.10.7-cp37-cp37m-win32.whl https://ci.appveyor.com/api/buildjobs/6hworunifsymrhp2/artifacts/dist%2Fnetifaces-0.10.7-cp37-cp37m-win32.whl
|
wget -Onetifaces-0.10.7-cp37-cp37m-win32.whl https://ci.appveyor.com/api/buildjobs/6hworunifsymrhp2/artifacts/dist%2Fnetifaces-0.10.7-cp37-cp37m-win32.whl
|
||||||
|
|
Loading…
Reference in a new issue