From 025091c3f6ca73c0586a3179ed3081a955a7efc7 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 21 Jan 2020 21:50:10 +0300 Subject: [PATCH] Roll back pyinstaller to 3.3 for windows builds --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0503e5eaf..931e0c85d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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