diff --git a/win32/installer/zoitechat.iss.tt b/win32/installer/zoitechat.iss.tt index 0e1362e7..b4bb520a 100644 --- a/win32/installer/zoitechat.iss.tt +++ b/win32/installer/zoitechat.iss.tt @@ -325,8 +325,8 @@ begin idpAddFile(PERL, ExpandConstant('{tmp}\perl.msi')) end; - if IsComponentSelected('langs\python\python3') and not CheckDLL('python314.dll') then - idpAddFile(PY3, ExpandConstant('{tmp}\python.exe')); + if IsComponentSelected('langs\python') and not CheckDLL('python314.dll') then + idpAddFile(PY3, ExpandConstant('{tmp}\python.exe')); end; end; end;