Submitter | phabricator |
---|---|
Date | Nov. 9, 2019, 12:05 a.m. |
Message ID | <5ef63452c51b908c0a09366e69cb882a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42997/ |
State | Not Applicable |
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" />