Submitter | phabricator |
---|---|
Date | Oct. 24, 2019, 1:56 a.m. |
Message ID | <differential-rev-PHID-DREV-mqbnmdkkfwahhrl3s6oe-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42554/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/packaging/wix/contrib.wxs b/contrib/packaging/wix/contrib.wxs --- a/contrib/packaging/wix/contrib.wxs +++ b/contrib/packaging/wix/contrib.wxs @@ -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" />