We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb61469 commit 92ae703Copy full SHA for 92ae703
1 file changed
Tools/msi/core/core_files.wxs
@@ -3,7 +3,7 @@
3
<Fragment>
4
<ComponentGroup Id="core_dll">
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)\python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
+ <File Id="python_abi3tcompat.dll" Name="python$(var.MajorVersionNumber)t.dll" Source="python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
7
</Component>
8
<Component Id="python_stable.dll" Directory="InstallDirectory" Guid="*">
9
<File Id="python_stable.dll" Name="python$(var.MajorVersionNumber).dll" KeyPath="yes" />
0 commit comments