Try pyinstaller-4.1 (#533)

This commit is contained in:
Gene Hoffman 2020-11-18 22:35:27 +01:00 committed by Yostra
parent 900fb5333e
commit de38aef744
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ sudo rm -rf dist
mkdir dist
echo "Create executeables with pyinstaller"
pip install pyinstaller==4.0
pip install pyinstaller==4.1
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.0
pip install pyinstaller==4.1
pip install setuptools_scm
Write-Output " ---"