From f9d54f8dcda5e559d8c74556e7e6c7f7fee68159 Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Sun, 25 Mar 2018 23:25:15 +0200 Subject: [PATCH] Fix vcredist download link --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9bd6044b..8e13f862 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: