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

Fix cardsets and installer path

Also, make Inno Setup quiet.
This commit is contained in:
Roderik Ploszek 2018-03-19 20:28:45 +01:00
parent 92a5a341c5
commit a37317c311

View file

@ -38,17 +38,17 @@ test_script:
- python3 setup.py py2exe
- appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/PySolFC-Cardsets-2.0/PySolFC-Cardsets-2.0.tar.bz2/download -FileName cardsets.tar.bz2
- tar xf cardsets.tar.bz2
- xargs -a scripts/cardsets_to_bundle -I {} cp -rt dist/data/ cardsets/{}
- xargs -ta scripts\cardsets_to_bundle -I file cp -rt dist\data\ PySolFC-Cardsets-2.0\file
- 7z a -r pysol_win_dist.7z dist\
- SET PYTHONPATH=%cd%
- python3 scripts\create_iss.py
- SET PATH=%PATH%;"C:\\Program Files (x86)\\Inno Setup 5"
- ISCC setup.iss
- ISCC /Q setup.iss
artifacts:
- path: pysol_win_dist.7z
name: pysol_win_dist
- path: PySolFC_*_setup.exe
- path: dist\PySolFC_*_setup.exe
name: pysol_win_installer
cache:
- C:\_P5 -> .appveyor.yml