From 26b34b2d3b4655114db5c8e9f543a2f9f336617d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 20 Sep 2018 19:25:09 +0100 Subject: [PATCH] Updated MSVC 2017 redistributable link To point to the latest redistributable version 14.15.26706. AppVeyor are currently on MSVC 15.8.4, which was the latest until today, so they're in good agreement. No idea if it's really necessary or not, but better safe than sorry. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 19838e4b..be7160c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -77,7 +77,7 @@ deploy: tag: $(APPVEYOR_REPO_TAG_NAME) release: LOOT API v$(APPVEYOR_REPO_TAG_NAME) description: | - Requires Windows 7 or later and the [MSVC 2017 x86 redistributable](https://download.visualstudio.microsoft.com/download/pr/12192785/88b50ce70017bf10f2d56d60fcba6ab1/VC_redist.x86.exe), and [7-Zip](http://www.7-zip.org/) to extract the archives. + Requires Windows 7 or later and the [MSVC 2017 x86 redistributable](https://download.visualstudio.microsoft.com/download/pr/749aa419-f9e4-4578-a417-a43786af205e/d59197078cc425377be301faba7dd87a/vc_redist.x86.exe), and [7-Zip](http://www.7-zip.org/) to extract the archives. ## Change Logs - [API](https://loot-api.readthedocs.io/en/$(APPVEYOR_REPO_TAG_NAME)/api/changelog.html)