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