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 8b2981e commit 257afe6Copy full SHA for 257afe6
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" KeyPath="yes" />
+ <File Id="python_abi3tcompat.dll" Name="python$(var.MajorVersionNumber)t.dll" Source="abi3t-compat\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