Try pyinstaller 4.2

This commit is contained in:
Gene Hoffman 2021-01-13 12:54:57 -08:00 committed by Gene Hoffman
parent f50a372b50
commit a68773bf18
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -21,7 +21,7 @@ python -m venv venv
python -m pip install --upgrade pip
pip install wheel pep517
pip install pywin32
pip install pyinstaller==4.1
pip install pyinstaller==4.2
pip install setuptools_scm
Write-Output " ---"