D7164: packaging: install hgk as hgk.tcl

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Oct 24 01:56:21 UTC 2019


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D7164

AFFECTED FILES
  contrib/packaging/wix/contrib.wxs

CHANGE DETAILS

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" />



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list