diff options
author | tomek <eustachy.kapusta@gmail.com> | 2015-10-12 19:26:28 +0200 |
---|---|---|
committer | tomek <eustachy.kapusta@gmail.com> | 2015-10-12 19:26:28 +0200 |
commit | 1d8dd50455248f61e01c3a1d1d3605dac5c4b107 (patch) | |
tree | def86233a54b774b35fcc20c818040153b746ac4 /win32/installer | |
parent | 7f1ee9dad024e432fce5ffdc3a522c60169555ec (diff) |
win32: Fix installer
Diffstat (limited to 'win32/installer')
-rw-r--r-- | win32/installer/hexchat.iss.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index eedddbdc..fd758386 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -225,7 +225,7 @@ end; ///////////////////////////////////////////////////////////////////// function CheckVCInstall(): Boolean; begin - Result := FileExists(GetSysDir() + 'msvcr120.dll');; + Result := FileExists(GetSysDir() + 'msvcr140.dll');; end; ///////////////////////////////////////////////////////////////////// |