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

Added Pygame to Mac installer (for issue #250).

This commit is contained in:
Joe R 2022-04-19 19:23:51 -04:00
parent f5cc29566e
commit 31765ceda7

View file

@ -23,13 +23,13 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --no-binary=Pillow \
Pillow attrs configobj py2app pycotap pysol-cards random2 setuptools six ttkthemes
Pillow attrs configobj py2app pycotap pygame pysol-cards random2 setuptools six ttkthemes
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
brew install create-dmg
- name: Get cardsets
run: |
wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.1.0.tar.xz/download
tar xJf PySolFC-Cardsets--Minimal-2.1.0.tar.xz?viasf=1
tar xJf PySolFC-Cardsets--Minimal-2.1.0.tar.xz
mv PySolFC-Cardsets--Minimal-2.1.0/cardset-* data
- name: Prepare game rules (process the HTML) and translations
run: |