data: added annotation icon to windows installer

This commit is contained in:
mlangkabel
2018-08-28 16:57:36 +02:00
parent 4afd1b3fef
commit bac68a93df
2 changed files with 4 additions and 0 deletions
@@ -831,6 +831,9 @@
</Component>
<Directory Id='DataGraphViewImages' Name='images'>
<Component Id='AnnotationPng' Guid='*' Win64="$(var.Win64)">
<File Id='Annotation' Name='annotation.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/annotation.png' KeyPath='yes' />
</Component>
<Component Id='ArrowGraphPng' Guid='*' Win64="$(var.Win64)">
<File Id='ArrowGraph' Name='arrow.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/arrow.png' KeyPath='yes' />
</Component>
@@ -413,6 +413,7 @@
<ComponentRef Id='CodeViewSnippetInactivePng'/>
<ComponentRef Id='GraphViewCss'/>
<ComponentRef Id='AnnotationPng'/>
<ComponentRef Id='ArrowGraphPng'/>
<ComponentRef Id='BundlePng'/>
<ComponentRef Id='DefaultPng'/>