mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Update pyinstaller version (#10113)
This commit is contained in:
@@ -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=$?
|
||||
|
||||
@@ -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=$?
|
||||
|
||||
@@ -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=$?
|
||||
|
||||
@@ -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)')
|
||||
|
||||
@@ -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 " ---"
|
||||
|
||||
Reference in New Issue
Block a user