-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappdata2.patch
43 lines (38 loc) · 1.34 KB
/
appdata2.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
From 65983769be77a572e0e050b3d708fb47074bdf79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
Date: Wed, 18 Dec 2024 11:05:58 +0100
Subject: [PATCH 1/3] Add developer.
---
linux/wyrmsun.appdata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/linux/wyrmsun.appdata.xml b/linux/wyrmsun.appdata.xml
index d051e0e84c..6582441cad 100644
--- a/linux/wyrmsun.appdata.xml
+++ b/linux/wyrmsun.appdata.xml
@@ -3,6 +3,9 @@
<id>wyrmsun.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
+ <developer id="io.github.andrettin">
+ <name>Andrettin</name>
+ </developer>
<name>Wyrmsun</name>
<summary>Strategy game based on history, mythology and fiction</summary>
<description>
From c0078a68e4543907075d3c15f97004d80490ffc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
Date: Wed, 18 Dec 2024 11:06:05 +0100
Subject: [PATCH 2/3] Add launchable.
---
linux/wyrmsun.appdata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/linux/wyrmsun.appdata.xml b/linux/wyrmsun.appdata.xml
index 6582441cad..5e16fd0362 100644
--- a/linux/wyrmsun.appdata.xml
+++ b/linux/wyrmsun.appdata.xml
@@ -46,4 +46,5 @@
<releases>
<release version="5.3.5" date="2022-03-13" />
</releases>
+ <launchable type="desktop-id">wyrmsun.desktop</launchable>
</component>