wix: add censor docs to installer script
authorAugie Fackler <augie@google.com>
Mon, 06 Mar 2017 18:42:36 -0500
changeset 31281 2a1b16dbb9c4
parent 31280 1b699a208cee
child 31282 b9228a2219ca
wix: add censor docs to installer script Spotted by Matt Harbison.
contrib/wix/help.wxs
--- 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" />