Use newer pyinstaller on macos

This commit is contained in:
DarkPhoenix
2023-11-29 23:27:17 +06:00
parent be2cc523c2
commit 621c36f1cd

View File

@@ -3,9 +3,7 @@ echo "Python version:"
python3 --version
echo "Upgrading pip..."
python3 -m pip install --upgrade pip
echo "Installing pathlib2 (wxpython issue workaround)..."
python3 -m pip install pathlib2
echo "Installing app requirements..."
python3 -m pip install -r requirements.txt
echo "Installing packaging tools..."
python3 -m pip install PyInstaller==3.6
python3 -m pip install PyInstaller