From d22109511c515375633d4e69c9b3639d4b82e6f4 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 18 May 2022 22:21:01 +0530 Subject: [PATCH] Fix screenshot url --- resources/in.cinny.Cinny.appdata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/in.cinny.Cinny.appdata.xml b/resources/in.cinny.Cinny.appdata.xml index 9bfb960..c55a21c 100644 --- a/resources/in.cinny.Cinny.appdata.xml +++ b/resources/in.cinny.Cinny.appdata.xml @@ -36,13 +36,13 @@ <launchable type="desktop-id">in.cinny.Cinny.desktop</launchable> <screenshots> <screenshot type="default"> - <image>https://github.com/cinnyapp/cinny-desktop/blob/main/resources/screenshot1.png</image> + <image>https://raw.githubusercontent.com/cinnyapp/cinny-desktop/main/resources/screenshot1.png</image> </screenshot> <screenshot> - <image>https://github.com/cinnyapp/cinny-desktop/blob/main/resources/screenshot2.png</image> + <image>https://raw.githubusercontent.com/cinnyapp/cinny-desktop/main/resources/screenshot2.png</image> </screenshot> <screenshot> - <image>https://github.com/cinnyapp/cinny-desktop/blob/main/resources/screenshot3.png</image> + <image>https://raw.githubusercontent.com/cinnyapp/cinny-desktop/main/resources/screenshot3.png</image> </screenshot> </screenshots>