Skip to content

Commit 39e1ceb

Browse files
committed
Fixed VS2015 runtime download link in installer #2
1 parent 657357d commit 39e1ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/installer/nightly.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ Function InstallVC14Redistributable
12011201
${LogText} "Function begin - InstallVC14Redistributable"
12021202
DetailPrint "Installing Microsoft Visual Studio 2015 redistributable ..."
12031203
StrCpy $REDISTVC14 "$TEMP\vcredist14_x86.exe"
1204-
NSISdl::download "http://download.microsoft.com/download/4/2/F/42FF78CE-8DE0-4C88-AD7A-5F8DFFB49F74/vc_redist.x86.exe" $REDISTVC14
1204+
NSISdl::download "http://mirror.multitheftauto.com/mtasa/installer/9875/vc_redist_2015u3.x86.exe" $REDISTVC14
12051205
Pop $0
12061206

12071207
${If} $0 != "success"

0 commit comments

Comments
 (0)