win32: Update Visual Studio 2015 redist links in installer

This commit is contained in:
tomek 2015-10-11 16:14:23 +02:00
parent e40fbee772
commit be5e2b9566
1 changed files with 2 additions and 2 deletions

View File

@ -268,12 +268,12 @@ begin
begin
#if APPARCH == "x64"
REDIST := 'https://dl.hexchat.net/misc/vcredist_2013_x64.exe';
REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x64.exe';
PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi';
PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi';
#else
REDIST := 'https://dl.hexchat.net/misc/vcredist_2013_x86.exe';
REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x86.exe';
PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.msi';
PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.msi';