Fix component selection for Python in installer script

This commit is contained in:
deepend-tildeclub
2026-02-16 02:52:46 -07:00
committed by GitHub
parent 805baea90b
commit 87ec58f9d3

View File

@@ -325,7 +325,7 @@ begin
idpAddFile(PERL, ExpandConstant('{tmp}\perl.msi')) idpAddFile(PERL, ExpandConstant('{tmp}\perl.msi'))
end; end;
if IsComponentSelected('langs\python\python3') and not CheckDLL('python314.dll') then if IsComponentSelected('langs\python') and not CheckDLL('python314.dll') then
idpAddFile(PY3, ExpandConstant('{tmp}\python.exe')); idpAddFile(PY3, ExpandConstant('{tmp}\python.exe'));
end; end;
end; end;