data: added legend icon to windows installer

This commit is contained in:
mlangkabel
2018-07-23 18:54:17 +02:00
parent 75a22be362
commit 0fc670bcd7
2 changed files with 4 additions and 0 deletions
@@ -870,6 +870,9 @@
<Component Id='GroupNamespacePng' Guid='*' Win64="$(var.Win64)">
<File Id='GroupNamespace' Name='group_namespace.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/group_namespace.png' KeyPath='yes' />
</Component>
<Component Id='LegendPng' Guid='*' Win64="$(var.Win64)">
<File Id='Legend' Name='legend.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/legend.png' KeyPath='yes' />
</Component>
<Component Id='MacroPng' Guid='*' Win64="$(var.Win64)">
<File Id='Macro' Name='macro.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/macro.png' KeyPath='yes' />
</Component>
@@ -426,6 +426,7 @@
<ComponentRef Id='GraphRightPng'/>
<ComponentRef Id='GraphUpPng'/>
<ComponentRef Id='GroupNamespacePng'/>
<ComponentRef Id='LegendPng'/>
<ComponentRef Id='MacroPng'/>
<ComponentRef Id='NamespacePng'/>
<ComponentRef Id='GraphPatternPng'/>