Downgrade PyInstaller to 4.9 to make the installers work again

This commit is contained in:
Raoul Snyman 2022-11-14 13:48:29 -07:00
parent 16a47c6a59
commit 08741ddbdb
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ after_test:
$ErrorActionPreference = "Continue"
# This is where we create a package using PyInstaller
# Install PyInstaller
python -m pip install --no-warn-script-location pyinstaller
python -m pip install --no-warn-script-location pyinstaller==4.9
# Some windows only stuff...
If ($isWindows) {
# Disabled portable installers - can't figure out how to make them silent