From f994ef3f92ac5eed2c6c6add60e12b1b6a9a9cb8 Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 8 Apr 2014 20:17:04 -0400 Subject: win32: Fix python 3.4 check in installer --- win32/installer/hexchat.iss.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index 05a59ec0..8ff2c1fc 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -279,7 +279,7 @@ begin if IsComponentSelected('langs\python\python2') and not CheckDLL('python27.dll') then idpAddFile(PY2, ExpandConstant('{tmp}\python.msi')); - if IsComponentSelected('langs\python\python3') and not CheckDLL('python33.dll') then + if IsComponentSelected('langs\python\python3') and not CheckDLL('python34.dll') then idpAddFile(PY3, ExpandConstant('{tmp}\python.msi')); end; end; -- cgit 1.4.1