diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 09:29:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 09:29:46 +0000 |
commit | 43b857ba815ecf82cd9ac8b90d49937fa4a8a71a (patch) | |
tree | 9bf6d9490ce23a686cb9d7e69ae4c3360e4bbfa6 /tools/Linux | |
parent | Releasing progress-linux version 2:20.4+dfsg-1~progress7.99u1. (diff) | |
download | kodi-43b857ba815ecf82cd9ac8b90d49937fa4a8a71a.tar.xz kodi-43b857ba815ecf82cd9ac8b90d49937fa4a8a71a.zip |
Merging upstream version 2:20.5+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/kodi.metainfo.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Linux/kodi.metainfo.xml.in b/tools/Linux/kodi.metainfo.xml.in index 998c631..efce2ad 100644 --- a/tools/Linux/kodi.metainfo.xml.in +++ b/tools/Linux/kodi.metainfo.xml.in @@ -78,6 +78,7 @@ </screenshot> </screenshots> <releases> + <release date="2024-03-02" version="20.5-Nexus" type="stable"><url>https://kodi.tv/article/kodi-20-5-nexus-release/</url></release> <release date="2024-02-10" version="20.4-Nexus" type="stable"><url>https://kodi.tv/article/kodi-20-4-nexus-release/</url></release> <release date="2024-01-09" version="20.3-Nexus" type="stable"><url>https://kodi.tv/article/kodi-20-3-nexus-release/</url></release> <release date="2023-06-29" version="20.2-Nexus" type="stable"><url>https://kodi.tv/article/kodi-20-2-nexus-release/</url></release> @@ -134,4 +135,8 @@ <control>gamepad</control> <control>tablet</control> </recommends> + <branding> + <color type="primary" scheme_preference="light">#E8F8FF</color> + <color type="primary" scheme_preference="dark">#082838</color> + </branding> </component> |