Parcourir la source

Fix download URLs for MSVC on Windows Vista

Thomas Kluyver il y a 8 ans
Parent
commit
cf78f8a1e3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      nsist/pyapp_msvcrt.nsi

+ 2 - 2
nsist/pyapp_msvcrt.nsi

@@ -18,7 +18,7 @@ Section "-msvcrt"
     ${ElseIf} $R0 == "7"
     ${ElseIf} $R0 == "7"
       StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x64/Windows6.1-KB2999226-x64.msu"
       StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x64/Windows6.1-KB2999226-x64.msu"
     ${ElseIf} $R0 == "Vista"
     ${ElseIf} $R0 == "Vista"
-      StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x64/Windows6-KB2999226-x64.msu"
+      StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x64/Windows6.0-KB2999226-x64.msu"
     ${EndIf}
     ${EndIf}
   ${Else}
   ${Else}
     ${If} $R0 == "8.1"
     ${If} $R0 == "8.1"
@@ -28,7 +28,7 @@ Section "-msvcrt"
     ${ElseIf} $R0 == "7"
     ${ElseIf} $R0 == "7"
       StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x86/Windows6.1-KB2999226-x86.msu"
       StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x86/Windows6.1-KB2999226-x86.msu"
     ${ElseIf} $R0 == "Vista"
     ${ElseIf} $R0 == "Vista"
-      StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x86/Windows6-KB2999226-x86.msu"
+      StrCpy $0 "https://cdn.rawgit.com/takluyver/pynsist/msvcrt-tag1/x86/Windows6.0-KB2999226-x86.msu"
     ${EndIf}
     ${EndIf}
   ${EndIf}
   ${EndIf}