build: added codeview arrow buttons to windows installer

This commit is contained in:
mlangkabel
2018-07-23 11:19:29 +02:00
parent 95ebfff19c
commit c523f1bd8b
2 changed files with 8 additions and 0 deletions
@@ -435,12 +435,18 @@
</Component>
<Directory Id='DataCodeViewImages' Name='images'>
<Component Id='CodeViewArrowDownPng' Guid='*' Win64="$(var.Win64)">
<File Id='CodeViewArrowDown' Name='arrow_down.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_down.png' KeyPath='yes' />
</Component>
<Component Id='CodeViewArrowLeftPng' Guid='*' Win64="$(var.Win64)">
<File Id='CodeViewArrowLeft' Name='arrow_left.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_left.png' KeyPath='yes' />
</Component>
<Component Id='CodeViewArrowRightPng' Guid='*' Win64="$(var.Win64)">
<File Id='CodeViewArrowRight' Name='arrow_right.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_right.png' KeyPath='yes' />
</Component>
<Component Id='CodeViewArrowUpPng' Guid='*' Win64="$(var.Win64)">
<File Id='CodeViewArrowUp' Name='arrow_up.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/arrow_up.png' KeyPath='yes' />
</Component>
<Component Id='CodeViewButtonBackgroundPng' Guid='*' Win64="$(var.Win64)">
<File Id='CodeViewButtonBackground' Name='button_background.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/button_background.png' KeyPath='yes' />
</Component>
@@ -284,8 +284,10 @@
<ComponentRef Id='BookmarkViewEditBookmarkIconPng'/>
<ComponentRef Id='CodeViewCss'/>
<ComponentRef Id='CodeViewArrowDownPng'/>
<ComponentRef Id='CodeViewArrowLeftPng'/>
<ComponentRef Id='CodeViewArrowRightPng'/>
<ComponentRef Id='CodeViewArrowUpPng'/>
<ComponentRef Id='CodeViewButtonBackgroundPng'/>
<ComponentRef Id='CodeViewEditPng'/>
<ComponentRef Id='CodeViewFilePng'/>