Blob Blame History Raw
From bb31a2a4cd9b82f15a7651a121bc64a2b92223e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= <sergio@serjux.com>
Date: Tue, 24 Jul 2018 04:38:12 +0100
Subject: [PATCH 3/4] Fix appdata

---
 appdata/lpf.appdata.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/appdata/lpf.appdata.xml b/appdata/lpf.appdata.xml
index 6074a95..8cff387 100644
--- a/appdata/lpf.appdata.xml
+++ b/appdata/lpf.appdata.xml
@@ -34,10 +34,12 @@
    <!-- Fix references to devel branch when merging into master. -->
    <screenshots>
        <screenshot type="default" width="640" height="360">
-           https://github.com/leamas/lpf/raw/devel/appdata/main.png
+           <image>https://github.com/leamas/lpf/raw/devel/appdata/main.png</image>
+           <caption>Main windows</caption>
        </screenshot>
        <screenshot width="640" height="360">
-           https://github.com/leamas/lpf/raw/devel/appdata/details.png
+           <image>https://github.com/leamas/lpf/raw/devel/appdata/details.png</image>
+           <caption>Window with details</caption>
        </screenshot>
    </screenshots>
 
-- 
2.14.4