summary refs log tree commit diff stats
path: root/win32/installer
diff options
context:
space:
mode:
Diffstat (limited to 'win32/installer')
-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 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;