Spelling fix.

This commit is contained in:
Richard Kiss 2021-03-18 15:04:22 -07:00 committed by Justin England
parent be4af4128c
commit ddb92a0690

View File

@ -21,7 +21,7 @@ echo "Create dist/"
sudo rm -rf dist
mkdir dist
echo "Create executeables with pyinstaller"
echo "Create executables with pyinstaller"
pip install pyinstaller==4.2
sudo pyinstaller --log-level=INFO daemon.spec
cp -r dist/daemon ../chia-blockchain-gui