From cdd65c6783e34f3cdb859493a932afa65e2ea3ec Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 4 Nov 2018 15:51:27 -0500 Subject: [PATCH] updated pyinstaller build instructions --- .travis.yml | 2 +- scripts/wine_build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f47917e95..93edd1a93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,7 @@ jobs: - python scripts/set_build.py - pip3 install -e . script: - - pyinstaller -F -n lbrynet lbrynet/cli.py + - pyinstaller -F -n lbrynet lbrynet/extras/cli.py - chmod +x dist/lbrynet - zip -j dist/lbrynet-${OS}.zip dist/lbrynet - ./dist/lbrynet --version diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index 186fbdd31..14fa2afaf 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -16,5 +16,5 @@ cd torba && pip install -e . && cd .. cd lbry python scripts/set_build.py pip install -e . -pyinstaller --additional-hooks-dir=scripts/. -F -n lbrynet lbrynet/cli.py +pyinstaller --additional-hooks-dir=scripts/. -F -n lbrynet lbrynet/extras/cli.py wine dist/lbrynet.exe --version