Update pyinstaller version (#10113)

This commit is contained in:
Chris Marslender
2022-02-14 11:48:19 -08:00
committed by GitHub
parent 7fa1861def
commit 366b6d090d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ rm -rf dist
mkdir dist
echo "Create executables with pyinstaller"
pip install pyinstaller==4.5
pip install pyinstaller==4.9
SPEC_FILE=$(python -c 'import chia; print(chia.PYINSTALLER_SPEC_PATH)')
pyinstaller --log-level=INFO "$SPEC_FILE"
LAST_EXIT_CODE=$?
+1 -1
View File
@@ -36,7 +36,7 @@ rm -rf dist
mkdir dist
echo "Create executables with pyinstaller"
pip install pyinstaller==4.5
pip install pyinstaller==4.9
SPEC_FILE=$(python -c 'import chia; print(chia.PYINSTALLER_SPEC_PATH)')
pyinstaller --log-level=INFO "$SPEC_FILE"
LAST_EXIT_CODE=$?
+1 -1
View File
@@ -25,7 +25,7 @@ sudo rm -rf dist
mkdir dist
echo "Create executables with pyinstaller"
pip install pyinstaller==4.5
pip install pyinstaller==4.9
SPEC_FILE=$(python -c 'import chia; print(chia.PYINSTALLER_SPEC_PATH)')
pyinstaller --log-level=INFO "$SPEC_FILE"
LAST_EXIT_CODE=$?
+1 -1
View File
@@ -25,7 +25,7 @@ sudo rm -rf dist
mkdir dist
echo "Install pyinstaller and build bootloaders for M1"
pip install pyinstaller==4.5
pip install pyinstaller==4.9
echo "Create executables with pyinstaller"
SPEC_FILE=$(python -c 'import chia; print(chia.PYINSTALLER_SPEC_PATH)')
+1 -1
View File
@@ -30,7 +30,7 @@ python -m venv venv
python -m pip install --upgrade pip
pip install wheel pep517
pip install pywin32
pip install pyinstaller==4.5
pip install pyinstaller==4.9
pip install setuptools_scm
Write-Output " ---"