Rolled back Windows multithreading crash fix, as upgrading from Python v3.9 to v3.11 may have fixed the root cause. (#152)

This commit is contained in:
Joe Testa
2023-04-26 21:55:40 -04:00
parent 1eab4ab0e6
commit 0074fcc1af
3 changed files with 14 additions and 15 deletions

View File

@ -49,8 +49,8 @@ if [[ "$(python -V)" != "Python 3."* ]]; then
fi
# Install/update package dependencies.
echo "Installing/updating pyinstaller, colorama, and idna packages..."
pip install -U pyinstaller colorama idna
echo "Installing/updating pyinstaller and colorama packages..."
pip install -U pyinstaller colorama
echo
# Prompt for the version to release.