Mercurial > hg
changeset 43616:92bb5bacd807
packaging: install contrib/mq.el on WiX
This makes things consistent with the Inno installer.
Differential Revision: https://phab.mercurial-scm.org/D7167
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 23 Oct 2019 12:31:15 -0700 |
parents | 6f5c352f41b6 |
children | 697c2e32c490 |
files | contrib/packaging/wix/contrib.wxs |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/packaging/wix/contrib.wxs Mon Nov 11 16:45:22 2019 -0500 +++ b/contrib/packaging/wix/contrib.wxs Wed Oct 23 12:31:15 2019 -0700 @@ -21,6 +21,7 @@ <File Name="hgweb.wsgi" /> <File Name="logo-droplets.svg" /> <File Name="mercurial.el" /> + <File Name="mq.el" /> <File Name="tcsh_completion" /> <File Name="tcsh_completion_build.sh" /> <File Name="xml.rnc" />