summary refs log tree commit diff stats
path: root/win32/installer/hexchat.iss.tt
diff options
context:
space:
mode:
authortomek <eustachy.kapusta@gmail.com>2014-05-28 18:22:19 +0200
committertomek <eustachy.kapusta@gmail.com>2014-05-28 18:22:19 +0200
commit8c00a4ff40185881d053ccf8adbab3c7864b9289 (patch)
tree477cf36009f3992ba9e677edaa4f47273d8305af /win32/installer/hexchat.iss.tt
parent5f5c44620b3fbdb06f8bbce0a99bbcacae2fbc23 (diff)
perl: Update Perl to 5.20
Diffstat (limited to 'win32/installer/hexchat.iss.tt')
-rw-r--r--win32/installer/hexchat.iss.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt
index 884e9cab..ba68c3bc 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -273,7 +273,7 @@ begin
 		if IsComponentSelected('spell') and not CheckSpellInstall() then
 			idpAddFile(SPELL, ExpandConstant('{tmp}\spelling-dicts.exe'));
 			
-		if IsComponentSelected('langs\perl') and not CheckDLL('perl518.dll') then
+		if IsComponentSelected('langs\perl') and not CheckDLL('perl520.dll') then
 			idpAddFile(PERL, ExpandConstant('{tmp}\perl.exe'));
 			
 		if IsComponentSelected('langs\python\python2') and not CheckDLL('python27.dll') then