add missing favicon.ico
This commit is contained in:
parent
1ab31f6d75
commit
090152ff11
@ -18,6 +18,12 @@
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="WWWStaticFiles" Directory="STATICWWW">
|
||||
<Component Id="FavIcon" Guid="{8A5C2ED6-C261-4733-9E11-63D937AF0222}">
|
||||
<File Id="favicon.ico"
|
||||
Source="$(var.WindowsDataCenter.TargetDir)\www\favicon.ico"
|
||||
KeyPath="yes"
|
||||
Checksum="yes"/>
|
||||
</Component>
|
||||
<Component Id="IndexHtml" Guid="{418BCB07-AB9B-4A67-AB31-E9378B806A2E}">
|
||||
<File Id="index.html"
|
||||
Source="$(var.WindowsDataCenter.TargetDir)\www\index.html"
|
||||
@ -105,6 +111,12 @@
|
||||
KeyPath="yes"
|
||||
Checksum="yes"/>
|
||||
</Component>
|
||||
<Component Id="HighlightJsMinJs" Guid="{E37EF672-31A0-45E4-A0ED-707685EA2E81}">
|
||||
<File Id="highlightjs.min.js"
|
||||
Source="$(var.WindowsDataCenter.TargetDir)www\js\highlightjs.min.js"
|
||||
KeyPath="yes"
|
||||
Checksum="yes"/>
|
||||
</Component>
|
||||
<Component Id="HtmlParserMinJs" Guid="{788487B1-CC7C-4E8B-93C0-B865CEA916DB}">
|
||||
<File Id="htmlparser.min.js"
|
||||
Source="$(var.WindowsDataCenter.TargetDir)www\js\htmlparser.min.js"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user