aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-10-03 17:54:22 -0400
committerJohn Thacker <johnthacker@gmail.com>2023-10-03 17:54:22 -0400
commit4c05d067f386f636c973bafbaf9cbed03bfc2000 (patch)
treeafff8987a4ed229aee4115aa5bf5de0fa2e4a551
parent642e77d6f536a089f00616e9a7bcd46b9dc81354 (diff)
Windows packaging: Close a tag
Close a Component tag in the xml Fixup 15d3e3ff68f5e7b8f13f8c76f2694bbe6402299e
-rw-r--r--packaging/wix/ComponentGroups.wxi1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi
index bffd3dd4cc..bd2f709e8a 100644
--- a/packaging/wix/ComponentGroups.wxi
+++ b/packaging/wix/ComponentGroups.wxi
@@ -65,6 +65,7 @@
</Component>
<Component Id="cmpIpmap_html" Guid="*">
<File Id="filIpmap_html" KeyPath="yes" Source="$(var.Staging.Dir)\ipmap.html" />
+ </Component>
<Component Id="cmpReleaseNotes_html" Guid="*">
<File Id="filReleaseNotes_html" KeyPath="yes" Source="$(var.Staging.Dir)\release-notes.html" />
</Component>