Mercurial > hg
changeset 43521:ea5e7726fee0
packaging: install hgk as hgk.tcl
Giving it a file extension will give Windows a better chance
at being able to execute it via standard means. This also
makes WiX consistent with the Inno installer.
Differential Revision: https://phab.mercurial-scm.org/D7164
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 23 Oct 2019 11:54:22 -0700 |
parents | 787530384c4f |
children | ce96be208ea4 |
files | contrib/packaging/wix/contrib.wxs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" />