build: added graph view's namespace group icon to windows installer

This commit is contained in:
mlangkabel
2018-04-10 16:53:57 +02:00
parent 1b6318ef5b
commit bb8770c63e
2 changed files with 4 additions and 0 deletions
@@ -525,6 +525,9 @@
<Component Id='GraphUpPng' Guid='*' Win64="$(var.Win64)">
<File Id='GraphUp' Name='graph_up.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph_up.png' KeyPath='yes' />
</Component>
<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='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>
@@ -313,6 +313,7 @@
<ComponentRef Id='GraphLeftPng'/>
<ComponentRef Id='GraphRightPng'/>
<ComponentRef Id='GraphUpPng'/>
<ComponentRef Id='GroupNamespacePng'/>
<ComponentRef Id='MacroPng'/>
<ComponentRef Id='NamespacePng'/>
<ComponentRef Id='GraphPatternPng'/>