1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Updates to release scripts.

This commit is contained in:
Joe R 2023-07-08 17:58:16 -04:00
parent 829a5bdfcc
commit c3e5ddc17b
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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: |