From ed19ea5f2fa0daed60b2ed841eeac24e07080891 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 6 Dec 2023 04:51:33 +0600 Subject: [PATCH] Downgrade pyinstaller 1 step --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6acec1bf7..9c421d4c7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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"