Downgrade pyinstaller 1 step

This commit is contained in:
DarkPhoenix
2023-12-06 04:51:33 +06:00
parent 19366a09b4
commit ed19ea5f2f

View File

@@ -103,7 +103,7 @@ for:
# target Python version and architecture
- ps: echo("Install pip requirements:")
- cmd: "python -m pip install -r requirements.txt"
- cmd: "python -m pip install PyInstaller==6.2.0"
- cmd: "python -m pip install PyInstaller==6.1.0"
before_build:
# directory that will contain the built files
- ps: $env:PYFA_DIST_DIR = "c:\projects\$env:APPVEYOR_PROJECT_SLUG\dist"