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