Skip to content

Commit

Permalink
Updates to release scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jul 8, 2023
1 parent 829a5bd commit c3e5ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c3e5ddc

Please sign in to comment.