Remove <pre> tags from Linux's AppData file (#1074)

The specification does not allow them:

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description
This commit is contained in:
Guilherme Silva 2023-08-25 04:25:11 -03:00 committed by GitHub
parent 96920ab723
commit 489967d255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,10 @@
<li>Tiny Tiny RSS</li>
</ul>
<p>
Note for Flatpak users: The autostart feature can only work if you manually allow us access to the <pre>~/.config/autostart</pre> directory. You can easily do that with the following command:
Note for Flatpak users: The autostart feature can only work if you manually allow us access to the ~/.config/autostart directory. You can easily do that with the following command:
</p>
<p>
<pre>flatpak override --user --filesystem=xdg-config/autostart @APP_REVERSE_NAME@</pre>
flatpak override --user --filesystem=xdg-config/autostart @APP_REVERSE_NAME@
</p>
</description>
<launchable type="desktop-id">@APP_REVERSE_NAME@.desktop</launchable>