gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)

This commit is contained in:
Steve Dower 2024-11-08 16:09:34 +00:00 committed by GitHub
parent 75ffac296e
commit fd5580cd15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,2 @@
Fixes venv failure due to missing redirector executables in experimental
free-threaded installs.

View File

@ -159,11 +159,13 @@
<?endforeach ?>
<Component Id="venvlaunchert_d.pdb" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
<File Name="venvlaunchert_d.pdb" KeyPath="yes" />
<Component Id="venvlaunchert_d.exe" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
<File Name="venvlaunchert_d.exe" KeyPath="yes" />
<File Name="venvlaunchert_d.pdb" />
</Component>
<Component Id="venvwlaunchert_d.pdb" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
<File Name="venvwlaunchert_d.pdb" KeyPath="yes" />
<Component Id="venvwlaunchert_d.exe" Directory="Lib_venv_scripts_nt__freethreaded" Guid="*">
<File Name="venvwlaunchert_d.exe" KeyPath="yes" />
<File Name="venvwlaunchert_d.pdb" />
</Component>
</ComponentGroup>
</Fragment>