build: added tabbed view resources to windows installer

This commit is contained in:
mlangkabel
2018-03-20 19:07:38 +01:00
parent 4c92d51b63
commit 449f90b361
2 changed files with 8 additions and 0 deletions
@@ -740,6 +740,12 @@
<Component Id='TabbedViewCss' Guid='*' Win64="$(var.Win64)">
<File Id='TabbedView' Name='tabbed_view.css' DiskId='1' Source='./../../../bin/app/data/gui/tabbed_view/tabbed_view.css' KeyPath='yes' />
</Component>
<Component Id='TabbedViewArrowDownPng' Guid='*' Win64="$(var.Win64)">
<File Id='TabbedViewArrowDown' Name='arrow_down.png' DiskId='1' Source='./../../../bin/app/data/gui/tabbed_view/arrow_down.png' KeyPath='yes' />
</Component>
<Component Id='TabbedViewArrowUpPng' Guid='*' Win64="$(var.Win64)">
<File Id='TabbedViewArrowUp' Name='arrow_up.png' DiskId='1' Source='./../../../bin/app/data/gui/tabbed_view/arrow_up.png' KeyPath='yes' />
</Component>
</Directory>
<Directory Id='DataTooltipView' Name='tooltip_view'>
@@ -377,6 +377,8 @@
<ComponentRef Id='LoaderGif'/>
<ComponentRef Id='TabbedViewCss'/>
<ComponentRef Id='TabbedViewArrowDownPng'/>
<ComponentRef Id='TabbedViewArrowUpPng'/>
<ComponentRef Id='TooltipViewCss'/>