From e6783debecbe0c1c9d60acd7e17a93773db93744 Mon Sep 17 00:00:00 2001 From: Joe R Date: Fri, 23 Sep 2022 20:01:32 -0400 Subject: [PATCH] Use PyInstaller 5.3 for now. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5ca5bebb..d22656a4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ install: - copy %PYTHON%\python.exe %PYTHON%\python3.exe - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - python3 -mpip install Pillow attrs configobj flake8 flake8-import-order - pycotap pygame pyinstaller pysol-cards random2 setuptools six + pycotap pygame pyinstaller==5.3 pysol-cards random2 setuptools six ttkthemes - perl -v - copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe