mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update the MSVC redistributable link
It was linking to v14.0.24212, but #719 was fixed by installing v14.0.24215.1, so link to it instead.
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ deploy:
|
||||
tag: $(APPVEYOR_REPO_TAG_NAME)
|
||||
release: LOOT v$(APPVEYOR_REPO_TAG_NAME)
|
||||
description: |
|
||||
Requires Windows 7 or later and the [MSVC 2015 x86 redistributable](http://download.microsoft.com/download/9/a/2/9a2a7e36-a8af-46c0-8a78-a5eb111eefe2/vc_redist.x86.exe), and [7-Zip](http://www.7-zip.org/) to extract the archives.
|
||||
Requires Windows 7 or later and the [MSVC 2015 x86 redistributable](https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x86.exe), and [7-Zip](http://www.7-zip.org/) to extract the archives.
|
||||
|
||||
## Change Logs
|
||||
- [Application](https://loot.readthedocs.io/en/$(APPVEYOR_REPO_TAG_NAME)/app/changelog.html)
|
||||
|
||||
@@ -11,4 +11,4 @@ If LOOT was installed using the installer, then use the uninstaller linked to in
|
||||
1. Delete the files you extracted from the location you chose.
|
||||
2. Delete the ``LOOT`` folder in your local application data folder, which can be accessed by entering ``%LOCALAPPDATA%`` into Windows' File Explorer.
|
||||
|
||||
.. _MSVC 2015 x86 redistributable: http://download.microsoft.com/download/9/a/2/9a2a7e36-a8af-46c0-8a78-a5eb111eefe2/vc_redist.x86.exe
|
||||
.. _MSVC 2015 x86 redistributable: https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x86.exe
|
||||
|
||||
@@ -295,7 +295,7 @@ end;
|
||||
procedure InitializeWizard();
|
||||
begin
|
||||
if VCRedistNeedsInstall then begin
|
||||
idpAddFile('http://download.microsoft.com/download/9/a/2/9a2a7e36-a8af-46c0-8a78-a5eb111eefe2/vc_redist.x86.exe', ExpandConstant('{tmp}\vc_redist.x86.exe'));
|
||||
idpAddFile('https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x86.exe', ExpandConstant('{tmp}\vc_redist.x86.exe'));
|
||||
|
||||
idpDownloadAfter(wpReady);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user