changeset 32178:3ada044340be stable

wix: only one KeyPath is allowed per Component
author Steve Borho <steve@borho.org>
date Sat, 06 May 2017 10:18:34 -0500
parents 40785ccab410
children 247bb7a2c492
files contrib/wix/help.wxs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/wix/help.wxs	Wed May 03 22:56:53 2017 -0400
+++ b/contrib/wix/help.wxs	Sat May 06 10:18:34 2017 -0500
@@ -40,7 +40,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.censor.txt"       Name="censor.txt" />
             <File Id="internals.changegroups.txt" Name="changegroups.txt" />
             <File Id="internals.requirements.txt" Name="requirements.txt" />
             <File Id="internals.revlogs.txt"      Name="revlogs.txt" />