From 4e3467bb7e6b02231c3e8f1af852395bf21e06c0 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 10 Dec 2018 20:52:13 -0300 Subject: [PATCH] fix windows release type set script --- .travis.yml | 1 + scripts/wine_build.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d74caa94..a317decec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ jobs: install: - docker pull lbry/pyinstaller34_32bits:py371 script: + - python scripts/set_build.py - 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 addons: diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index 73438a234..bbfe77d2d 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -14,7 +14,6 @@ cd twisted && pip install -e .[tls] && cd .. cd torba && pip install -e . && cd .. cd lbry -python scripts/set_build.py # 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