diff options
| author | Steve Dower <steve.dower@microsoft.com> | 2016-10-09 20:18:52 -0700 |
|---|---|---|
| committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-09 20:18:52 -0700 |
| commit | 425ec150ea52a5c164d0770df251381159bb54bb (patch) | |
| tree | 98949edd89999228957911b793f367ff0a6dbe4f /Tools/msi/tools/tools.wixproj | |
| parent | b1321fba53123fde88278e074b1e16ed206a18ad (diff) | |
| download | cpython-git-425ec150ea52a5c164d0770df251381159bb54bb.tar.gz | |
Issue #28402: Adds signed catalog files for stdlib on Windows.
Diffstat (limited to 'Tools/msi/tools/tools.wixproj')
| -rw-r--r-- | Tools/msi/tools/tools.wixproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/tools/tools.wixproj b/Tools/msi/tools/tools.wixproj index f43cf3309e..b7fc41ee92 100644 --- a/Tools/msi/tools/tools.wixproj +++ b/Tools/msi/tools/tools.wixproj @@ -36,6 +36,7 @@ <TargetBase>$(PySourcePath)</TargetBase> <Target_></Target_> <Group>tools_py</Group> + <IncludeInCat>true</IncludeInCat> </InstallFiles> </ItemGroup> |
