lbry-sdk/lbry/scripts/wine_build.sh

23 lines
590 B
Bash
Raw Normal View History

set -x
rm -rf /tmp/.wine-*
apt-get -qq update
apt-get -qq install -y git
2019-06-05 23:35:26 +02:00
2019-02-26 22:01:19 +01:00
pip install setuptools_scm
# 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
pip install netifaces-0.10.7-cp37-cp37m-win32.whl
2019-06-20 22:48:47 +02:00
cd lbry
2019-06-05 23:35:26 +02:00
cd torba
pip install .
cd ..
2019-06-20 22:48:47 +02:00
cd lbry
pip install -e .
pip install pywin32
pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py
wine dist/lbrynet.exe --version