build: update list of installed files for windows deployment
This commit is contained in:
@@ -304,9 +304,6 @@
|
||||
<Component Id='AboutCss' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='About' Name='about.css' DiskId='1' Source='./../../../bin/app/data/gui/about/about.css' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='IconClosePng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='IconClose' Name='icon_close.png' DiskId='1' Source='./../../../bin/app/data/gui/about/icon_close.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='LogoAwsPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='LogoAws' Name='logo_aws.png' DiskId='1' Source='./../../../bin/app/data/gui/about/logo_aws.png' KeyPath='yes' />
|
||||
</Component>
|
||||
@@ -366,6 +363,9 @@
|
||||
<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='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>
|
||||
<Component Id='CodeViewEditPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='CodeViewEdit' Name='edit.png' DiskId='1' Source='./../../../bin/app/data/gui/code_view/images/edit.png' KeyPath='yes' />
|
||||
</Component>
|
||||
@@ -406,12 +406,6 @@
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataErrorView' Name='error_view'>
|
||||
<Component Id='ErrorViewCss' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='ErrorView' Name='error_view.css' DiskId='1' Source='./../../../bin/app/data/gui/error_view/error_view.css' KeyPath='yes' />
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataGraphView' Name='graph_view'>
|
||||
<Component Id='GraphViewCss' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='GraphView' Name='graph_view.css' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/graph_view.css' KeyPath='yes' />
|
||||
@@ -485,6 +479,19 @@
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataHistoryList' Name='history_list'>
|
||||
<Component Id='HistoryListCss' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='HistoryList' Name='history_list.css' DiskId='1' Source='./../../../bin/app/data/gui/history_list/history_list.css' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
<Directory Id='DataHistoryListImages' Name='images'>
|
||||
<Component Id='HistoryListArrowPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='HistoryListArrow' Name='arrow.png' DiskId='1' Source='./../../../bin/app/data/gui/history_list/images/arrow.png' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
<Directory Id='DataIcon' Name='icon'>
|
||||
<Component Id='C_icon_Png' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='C_icon' Name='c_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/c_icon.png' KeyPath='yes' />
|
||||
@@ -614,6 +621,9 @@
|
||||
<Component Id='ArrowRightPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='ArrowRight' Name='arrow_right.png' DiskId='1' Source='./../../../bin/app/data/gui/undoredo_view/images/arrow_right.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='HistoryPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='History' Name='history.png' DiskId='1' Source='./../../../bin/app/data/gui/undoredo_view/images/history.png' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
</Directory>
|
||||
</Directory>
|
||||
@@ -662,9 +672,29 @@
|
||||
<Component Id='SizeGripWhitePng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='SizeGripWhite' Name='size_grip_white.png' DiskId='1' Source='./../../../bin/app/data/gui/window/size_grip_white.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='SourceGroupAddPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='SourceGroupAdd' Name='source_group_add.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_add.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='SourceGroupAddHoverPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='SourceGroupAddHover' Name='source_group_add_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_add_hover.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='SourceGroupCopyPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='SourceGroupCopy' Name='source_group_copy.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_copy.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='SourceGroupCopyHoverPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='SourceGroupCopyHover' Name='source_group_copy_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_copy_hover.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='SourceGroupDeletePng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='SourceGroupDelete' Name='source_group_delete.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_delete.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='SourceGroupDeleteHoverPng' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='SourceGroupDeleteHover' Name='source_group_delete_hover.png' DiskId='1' Source='./../../../bin/app/data/gui/window/source_group_delete_hover.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='WindowCss' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='Window' Name='window.css' DiskId='1' Source='./../../../bin/app/data/gui/window/window.css' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
|
||||
|
||||
</Directory>
|
||||
|
||||
|
||||
@@ -248,7 +248,6 @@
|
||||
<ComponentRef Id='SplashWhitePng'/>
|
||||
|
||||
<ComponentRef Id='AboutCss'/>
|
||||
<ComponentRef Id='IconClosePng'/>
|
||||
<ComponentRef Id='LogoAwsPng'/>
|
||||
<ComponentRef Id='LogoSourcetrailPng'/>
|
||||
<ComponentRef Id='LogoFhsPng'/>
|
||||
@@ -267,6 +266,7 @@
|
||||
<ComponentRef Id='CodeViewCss'/>
|
||||
<ComponentRef Id='CodeViewArrowLeftPng'/>
|
||||
<ComponentRef Id='CodeViewArrowRightPng'/>
|
||||
<ComponentRef Id='CodeViewButtonBackgroundPng'/>
|
||||
<ComponentRef Id='CodeViewEditPng'/>
|
||||
<ComponentRef Id='CodeViewFilePng'/>
|
||||
<ComponentRef Id='CodeViewListPng'/>
|
||||
@@ -279,8 +279,6 @@
|
||||
<ComponentRef Id='CodeViewPatternGreyPng'/>
|
||||
<ComponentRef Id='CodeViewSnippetActivePng'/>
|
||||
<ComponentRef Id='CodeViewSnippetInactivePng'/>
|
||||
|
||||
<ComponentRef Id='ErrorViewCss'/>
|
||||
|
||||
<ComponentRef Id='GraphViewCss'/>
|
||||
<ComponentRef Id='ArrowGraphPng'/>
|
||||
@@ -304,6 +302,9 @@
|
||||
<ComponentRef Id='TypedefPng'/>
|
||||
<ComponentRef Id='ZoomInPng'/>
|
||||
<ComponentRef Id='ZoomOutPng'/>
|
||||
|
||||
<ComponentRef Id='HistoryListCss'/>
|
||||
<ComponentRef Id='HistoryListArrowPng'/>
|
||||
|
||||
<ComponentRef Id='C_icon_Png'/>
|
||||
<ComponentRef Id='Cdb_icon_Png'/>
|
||||
@@ -342,6 +343,7 @@
|
||||
<ComponentRef Id='UndoRedoViewCss'/>
|
||||
<ComponentRef Id='ArrowLeftPng'/>
|
||||
<ComponentRef Id='ArrowRightPng'/>
|
||||
<ComponentRef Id='HistoryPng'/>
|
||||
|
||||
<ComponentRef Id='WindowDotsPng'/>
|
||||
<ComponentRef Id='WindowDotsHoverPng'/>
|
||||
@@ -357,6 +359,12 @@
|
||||
<ComponentRef Id='RefreshHoverPng'/>
|
||||
<ComponentRef Id='SizeGripBlackPng'/>
|
||||
<ComponentRef Id='SizeGripWhitePng'/>
|
||||
<ComponentRef Id='SourceGroupAddPng'/>
|
||||
<ComponentRef Id='SourceGroupAddHoverPng'/>
|
||||
<ComponentRef Id='SourceGroupCopyPng'/>
|
||||
<ComponentRef Id='SourceGroupCopyHoverPng'/>
|
||||
<ComponentRef Id='SourceGroupDeletePng'/>
|
||||
<ComponentRef Id='SourceGroupDeleteHoverPng'/>
|
||||
<ComponentRef Id='WindowCss'/>
|
||||
|
||||
<ComponentRef Id='JavaGuavaJar'/>
|
||||
|
||||
Reference in New Issue
Block a user