contrib/packaging/wix/contrib.wxs
changeset 43521 ea5e7726fee0
parent 41920 c68a1df5c79a
child 43616 92bb5bacd807
--- a/contrib/packaging/wix/contrib.wxs	Wed Oct 23 12:01:31 2019 -0700
+++ b/contrib/packaging/wix/contrib.wxs	Wed Oct 23 11:54:22 2019 -0700
@@ -16,7 +16,7 @@
       <Directory Id="contribdir" Name="contrib" FileSource="$(var.SourceDir)">
         <Component Id="contrib" Guid="$(var.contrib.guid)" Win64='$(var.IsX64)'>
           <File Name="bash_completion" KeyPath="yes" />
-          <File Name="hgk" />
+          <File Name="hgk.tcl" Source="$(var.SourceDir)/hgk" />
           <File Name="hgweb.fcgi" />
           <File Name="hgweb.wsgi" />
           <File Name="logo-droplets.svg" />