Mercurial > hg
changeset 31281:2a1b16dbb9c4
wix: add censor docs to installer script
Spotted by Matt Harbison.
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 06 Mar 2017 18:42:36 -0500 |
parents | 1b699a208cee |
children | b9228a2219ca |
files | contrib/wix/help.wxs |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/wix/help.wxs Mon Jan 23 20:17:24 2017 -0500 +++ b/contrib/wix/help.wxs Mon Mar 06 18:42:36 2017 -0500 @@ -39,6 +39,7 @@ <Directory Id="help.internaldir" Name="internals"> <Component Id="help.internals" Guid="$(var.help.internals.guid)" Win64='$(var.IsX64)'> <File Id="internals.bundles.txt" Name="bundles.txt" KeyPath="yes" /> + <File Id="internals.censor.txt" Name="censor.txt" KeyPath="yes" /> <File Id="internals.changegroups.txt" Name="changegroups.txt" /> <File Id="internals.requirements.txt" Name="requirements.txt" /> <File Id="internals.revlogs.txt" Name="revlogs.txt" />