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.
This commit is contained in:
Oliver Hamlet
2018-10-20 12:48:24 +01:00
parent db5acf3509
commit 26b34b2d3b
+1 -1
View File
@@ -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)