From c3e5ddc17b1f99efbe11d7ac8eb0885a44b8d19f Mon Sep 17 00:00:00 2001 From: Joe R Date: Sat, 8 Jul 2023 17:58:16 -0400 Subject: [PATCH] Updates to release scripts. --- .appveyor.yml | 2 +- .github/workflows/macos-package.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2f363fc2a..237c865e7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ install: # - choco install strawberryperl - 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 + - python3 -mpip install Pillow==9.5 attrs configobj flake8 flake8-import-order pycotap pygame pyinstaller pysol-cards random2 setuptools six ttkthemes - perl -v diff --git a/.github/workflows/macos-package.yml b/.github/workflows/macos-package.yml index a2bf8d563..88473522e 100644 --- a/.github/workflows/macos-package.yml +++ b/.github/workflows/macos-package.yml @@ -28,8 +28,8 @@ jobs: brew install create-dmg - name: Get cardsets run: | - wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download - tar xJf PySolFC-Cardsets--Minimal-2.2.0.tar.xz + wget -O cardsets-pack.tar.xz "https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download" + tar -xJf cardsets-pack.tar.xz mv PySolFC-Cardsets--Minimal-2.2.0/cardset-* data - name: Prepare game rules (process the HTML) and translations run: |