mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix vcredist download link
This commit is contained in:
parent
de1cf59b0d
commit
f9d54f8dcd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ test_script:
|
|||
- 7z a -r pysol_win_dist.7z dist\
|
||||
- SET PYTHONPATH=%cd%
|
||||
- python3 scripts\create_iss.py
|
||||
- appveyor DownloadFile https://www.microsoft.com/en-us/download/confirmation.aspx?id=8328 -FileName vcredist_x86.exe
|
||||
- appveyor DownloadFile https://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe -FileName vcredist_x86.exe
|
||||
- SET PATH=%PATH%;"C:\\Program Files (x86)\\Inno Setup 5"
|
||||
- ISCC /Q setup.iss
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Reference in a new issue