build: updated icon references for windows installer

This commit is contained in:
mlangkabel
2018-04-23 12:54:13 +02:00
parent 5e0c0a6f18
commit b00bfb8964
2 changed files with 4 additions and 8 deletions
+3 -6
View File
@@ -384,15 +384,9 @@
<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='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>
<Component Id='LogoSourcetrailPng' Guid='*' Win64="$(var.Win64)">
<File Id='LogoSourcetrail' Name='logo_sourcetrail.png' DiskId='1' Source='./../../../bin/app/data/gui/about/logo_sourcetrail.png' KeyPath='yes' />
</Component>
<Component Id='LogoFhsPng' Guid='*' Win64="$(var.Win64)">
<File Id='LogoFhs' Name='logo_fhs.png' DiskId='1' Source='./../../../bin/app/data/gui/about/logo_fhs.png' KeyPath='yes' />
</Component>
</Directory>
<Directory Id='DataBookmarkView' Name='bookmark_view'>
@@ -507,6 +501,9 @@
<Component Id='FilePng' Guid='*' Win64="$(var.Win64)">
<File Id='File' Name='file.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/file.png' KeyPath='yes' />
</Component>
<Component Id='FileIncompletePng' Guid='*' Win64="$(var.Win64)">
<File Id='FileIncomplete' Name='file_incomplete.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/file_incomplete.png' KeyPath='yes' />
</Component>
<Component Id='GraphPng' Guid='*' Win64="$(var.Win64)">
<File Id='Graph' Name='graph.png' DiskId='1' Source='./../../../bin/app/data/gui/graph_view/images/graph.png' KeyPath='yes' />
</Component>
+1 -2
View File
@@ -269,9 +269,7 @@
<ComponentRef Id='window_settingsIni'/>
<ComponentRef Id='AboutCss'/>
<ComponentRef Id='LogoAwsPng'/>
<ComponentRef Id='LogoSourcetrailPng'/>
<ComponentRef Id='LogoFhsPng'/>
<ComponentRef Id='BookmarkViewCss'/>
<ComponentRef Id='BookmarkViewArrowDownPng'/>
@@ -307,6 +305,7 @@
<ComponentRef Id='DefaultPng'/>
<ComponentRef Id='EnumPng'/>
<ComponentRef Id='FilePng'/>
<ComponentRef Id='FileIncompletePng'/>
<ComponentRef Id='GraphPng'/>
<ComponentRef Id='GraphArrowPng'/>
<ComponentRef Id='GraphDownPng'/>