Back to pyinstaller 3.6

This commit is contained in:
Gene Hoffman 2020-09-09 15:34:19 -07:00 committed by Gene Hoffman
parent 9a18a2a74c
commit 625776bec2
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ sudo rm -rf dist
mkdir dist
echo "Create executeables with pyinstaller"
pip install pyinstaller
pip install pyinstaller==3.6
sudo pyinstaller --log-level=INFO daemon.spec
cp -r dist/daemon ../electron-react
cd .. || exit

View File

@ -18,7 +18,8 @@ python -m venv venv
. .\venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install wheel pep517
pip install pywin32 pyinstaller
pip install pywin32
pip install pyinstaller==3.6
pip install setuptools_scm
Write-Output " ---"