Skip to content

Commit 9e3c951

Browse files
committed
Clarify that app icon must be png or svg
1 parent 57a8b79 commit 9e3c951

File tree

1 file changed

+4
-4
lines changed
  • src/main/xar-resources/data/repo

1 file changed

+4
-4
lines changed

src/main/xar-resources/data/repo/repo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
</variablelist>
9797
<para>For library packages <literal>repo.xml</literal> is optional. However, we recommend to
9898
always provide it for better tool integration.</para>
99-
<para>The following is not mentioned in the EXPath spec, but if an image resource with a
100-
name that begins with the string <literal>icon</literal> is found in the root directory
101-
of an app, the eXist-db dashboard will display that user-supplied image instead of the
102-
default eXist-db blue dotted <literal>X</literal>.</para>
99+
<para>The following is not mentioned in the EXPath spec, but if an image resource with the
100+
filename <literal>icon.png</literal> or <literal>icon.svg</literal> is found in the root
101+
directory of an app, the eXist-db dashboard will display that user-supplied image
102+
instead of the default eXist-db blue dotted <literal>X</literal>.</para>
103103

104104
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
105105

0 commit comments

Comments
 (0)