summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-01-26 20:47:24 (GMT)
committerGitHub <noreply@github.com>2023-01-26 20:47:24 (GMT)
commit8d18d1ffd52eb3917c4566b09596d596116a5532 (patch)
tree5ebc938d15837dac7759cd38d76ffd5f099167db /Tools
parent9f2c479eaf7d922746ef2f3c85b5c781757686b1 (diff)
downloadcpython-8d18d1ffd52eb3917c4566b09596d596116a5532.zip
cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.tar.gz
cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.tar.bz2
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/tcltk/tcltk_files.wxs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/msi/tcltk/tcltk_files.wxs b/Tools/msi/tcltk/tcltk_files.wxs
index 1194510..5dad7c9 100644
--- a/Tools/msi/tcltk/tcltk_files.wxs
+++ b/Tools/msi/tcltk/tcltk_files.wxs
@@ -16,6 +16,9 @@
<Component Id="tk86t.dll" Directory="DLLs" Guid="*">
<File Name="tk86t.dll" KeyPath="yes" />
</Component>
+ <Component Id="zlib1.dll" Directory="DLLs" Guid="*">
+ <File Name="zlib1.dll" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>