File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 </Fragment >
7676
7777 <!-- Top-level directories -->
78+ <Fragment >
79+ <DirectoryRef Id =" InstallDirectory" >
80+ <Directory Id =" abi3t_compat" Name =" abi3t-compat" />
81+ </DirectoryRef >
82+ </Fragment >
83+
7884 <Fragment >
7985 <DirectoryRef Id =" InstallDirectory" >
8086 <Directory Id =" DLLs" Name =" DLLs" >
Original file line number Diff line number Diff line change 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" />
5+ <Component Id =" python_abi3tcompat.dll" Directory =" abi3t_compat " Guid =" *" >
6+ <File Id =" python_abi3tcompat.dll" Name =" python$(var.MajorVersionNumber)t.dll " Source = " !(bindpath.build)\ abi3t-compat\python$(var.MajorVersionNumber)t.dll" KeyPath =" yes" />
77 </Component >
88 <Component Id =" python_stable.dll" Directory =" InstallDirectory" Guid =" *" >
99 <File Id =" python_stable.dll" Name =" python$(var.MajorVersionNumber).dll" KeyPath =" yes" />
You can’t perform that action at this time.
0 commit comments