Skip to content

Commit 96676cf

Browse files
committed
Add abi3tcompat to MSI installer
1 parent fda3900 commit 96676cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Tools/msi/core/core_files.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33
<Fragment>
44
<ComponentGroup Id="core_dll">
5+
<Component Id="python_abi3tcompat.dll" Directory="InstallDirectory" Guid="*">
6+
<File Id="python_abi3tcompat.dll" Name="abi3t-compat\python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
7+
</Component>
58
<Component Id="python_stable.dll" Directory="InstallDirectory" Guid="*">
69
<File Id="python_stable.dll" Name="python$(var.MajorVersionNumber).dll" KeyPath="yes" />
710
</Component>

0 commit comments

Comments
 (0)