mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #28402: Adds signed catalog files for stdlib on Windows.
This commit is contained in:
parent
b1321fba53
commit
425ec150ea
11 changed files with 64 additions and 7 deletions
|
@ -27,6 +27,7 @@
|
|||
<TargetBase>$(PySourcePath)Lib</TargetBase>
|
||||
<Target_>Lib\</Target_>
|
||||
<Group>lib_py</Group>
|
||||
<IncludeInCat>true</IncludeInCat>
|
||||
</InstallFiles>
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<ComponentGroupRef Id="lib_py" />
|
||||
<ComponentGroupRef Id="lib_files" />
|
||||
<ComponentGroupRef Id="lib_extensions" />
|
||||
<ComponentGroupRef Id="lib_cat" />
|
||||
<ComponentRef Id="OptionalFeature" />
|
||||
</Feature>
|
||||
</Product>
|
||||
|
|
|
@ -70,4 +70,11 @@
|
|||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
<Fragment>
|
||||
<ComponentGroup Id="lib_cat">
|
||||
<Component Id="lib_cat" Directory="Catalogs" Guid="*">
|
||||
<File Name="python_lib.cat" KeyPath="yes" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue