Roll back pyinstaller to 3.3 for windows builds

This commit is contained in:
DarkPhoenix
2020-01-21 21:50:10 +03:00
parent a54d70036b
commit 025091c3f6

View File

@@ -53,7 +53,7 @@ install:
# target Python version and architecture
- ECHO "Install pip requirements:"
- "python -m pip install -r requirements.txt"
- "python -m pip install PyInstaller"
- "python -m pip install PyInstaller==3.3"
before_build:
# directory that will contain the built files