Adhere to flatpak/flathub requirements

- Developer id must be rDns identifier of developer
- Exported icons should match rDNS of app id
- Release version and dates should be included
- Added light and dark branding colours for Flathub banner
- Contact url removed - does not pass appstream validation

Change-Id: Ic5e2a5abeab4310ea87a34cc81363d1851135bcd
This commit is contained in:
Ilyas Erdogan
2025-07-11 16:00:04 -04:00
committed by Adrien Béraud
parent da2acefced
commit 5c772960bc
6 changed files with 17 additions and 7 deletions

View File

@@ -847,12 +847,12 @@ elseif (NOT APPLE)
# Logos
install(
FILES resources/images/jami.svg
FILES resources/images/net.jami.Jami.svg
DESTINATION
${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps)
install(
FILES resources/images/jami-48px.png
FILES resources/images/net.jami.Jami-48px.png
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps
RENAME jami.png)