Revert pyinstaller to 6.0.0 for windows

This commit is contained in:
DarkPhoenix
2023-12-08 21:48:09 +06:00
parent 21a9b779f3
commit fc43691275

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.1.0"
- cmd: "python -m pip install PyInstaller==6.0.0"
before_build:
# directory that will contain the built files
- ps: $env:PYFA_DIST_DIR = "c:\projects\$env:APPVEYOR_PROJECT_SLUG\dist"