Skip to content

Commit c5d72ee

Browse files
committed
Include style.css along with the html files.
1 parent 49037b3 commit c5d72ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wix/dotnet-client-merge-module.wxs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Directory Id='DocFolder' Name='doc'>
4848
<Directory Id='HtmlFolder' Name='html'>
4949
<Component Id='HtmlApiDocumentation' Guid='7B03679B-9677-4679-AE2B-1F70E7D92B45'>
50-
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-client-htmldoc/html -name *.html
50+
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-client-htmldoc/html ( -name *.html -o -name *.css )
5151
<Shortcut Id='HtmlApiDocShortcut' Target="[#indexhtml]" Directory='DOTNET_CLIENT_MENU_DIR' Name='HtmlDoc' LongName='Autogenerated API documentation (HTML)' />
5252
</Component>
5353
</Directory>

0 commit comments

Comments
 (0)