Merge branch 'downgrade-pyinstaller' into 'master'

Downgrade PyInstaller to 4.9 to make the installers work again

See merge request openlp/openlp!506
This commit is contained in:
Tomas Groth 2022-11-14 20:58:00 +00:00
commit 6d69d5c457
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