summaryrefslogtreecommitdiff
path: root/firefox.appdata.xml.in
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2020-11-09 12:23:30 +0100
committerKalev Lember <klember@redhat.com>2020-11-09 12:23:30 +0100
commit83a10190cb5efe6d3d4221636347d9d94cc42b8c (patch)
treee706b0bb60914f91e6f1193f88f10a1a55bda2dc /firefox.appdata.xml.in
parentExclude s390x as it still fails to build (diff)
downloadlibrewolf-fedora-ff-83a10190cb5efe6d3d4221636347d9d94cc42b8c.tar.gz
librewolf-fedora-ff-83a10190cb5efe6d3d4221636347d9d94cc42b8c.tar.bz2
librewolf-fedora-ff-83a10190cb5efe6d3d4221636347d9d94cc42b8c.zip
Include date in appdata release tags
Otherwise flatpak ignores them.
Diffstat (limited to 'firefox.appdata.xml.in')
-rw-r--r--firefox.appdata.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.appdata.xml.in b/firefox.appdata.xml.in
index 175e1c9..bfa9afc 100644
--- a/firefox.appdata.xml.in
+++ b/firefox.appdata.xml.in
@@ -54,6 +54,6 @@
<screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png</screenshot>
</screenshots>
<releases>
- <release version="__VERSION__"/>
+ <release version="__VERSION__" date="__DATE__"/>
</releases>
</component>
bgstack15