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:
parent
f5cc29566e
commit
31765ceda7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos-package.yml
vendored
4
.github/workflows/macos-package.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue