From bdc3653cd6243562ae9090474e1626a38fe8c4e4 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 10 May 2024 08:42:45 -0500 Subject: [PATCH] appdata: Use screenshot direct raw link Otherwise appstream validation will fail with screenshot-no-media error --- org.beeref.BeeRef.appdata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.beeref.BeeRef.appdata.xml b/org.beeref.BeeRef.appdata.xml index c87d6e9..830a5dc 100644 --- a/org.beeref.BeeRef.appdata.xml +++ b/org.beeref.BeeRef.appdata.xml @@ -14,9 +14,9 @@ - - https://github.com/rbreu/beeref/blob/main/images/screenshot.png?raw=true - + + https://raw.githubusercontent.com/rbreu/beeref/main/images/screenshot.png +