set macos pyinstaller to log level warn for potential ci speedup

This commit is contained in:
Gene Hoffman 2020-06-18 15:36:36 -07:00 committed by Gene Hoffman
parent 8ae737e74a
commit c758df5bc6

View File

@ -20,7 +20,7 @@ mkdir dist
echo "Create executeables with pyinstaller"
pip install pyinstaller
sudo pyinstaller daemon.spec
sudo pyinstaller --log-level INFO daemon.spec
cp -r dist/daemon ../electron-react
cd ..
cd electron-react