[four-in-a-row/mcatanzaro/appdata-image] Add appdata screenshot to git repo




commit c32e9edf977914bf1bfdbbd76551d32862427f79
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Mar 9 16:06:30 2022 -0600

    Add appdata screenshot to git repo
    
    people.gnome.org is shutting down, so we need to move the screenshots
    used by our appstream metadata somewhere else.

 data/org.gnome.Four-in-a-row.appdata.xml.in |   2 +-
 data/screenshot.png                         | Bin 0 -> 49047 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Four-in-a-row.appdata.xml.in b/data/org.gnome.Four-in-a-row.appdata.xml.in
index 9c599f6..e0c202b 100644
--- a/data/org.gnome.Four-in-a-row.appdata.xml.in
+++ b/data/org.gnome.Four-in-a-row.appdata.xml.in
@@ -20,7 +20,7 @@
   </description>
   <screenshots>
     <screenshot height="447" width="700" type="default">
-      <image>https://people.gnome.org/~mcatanzaro/four-in-a-row.png</image>
+      <image>https://gitlab.gnome.org/GNOME/four-in-a-row/-/raw/master/data/screenshot.png</image>
     </screenshot>
   </screenshots>
   <provides>
diff --git a/data/screenshot.png b/data/screenshot.png
new file mode 100644
index 0000000..1918d64
Binary files /dev/null and b/data/screenshot.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]