-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfix-appdata.patch
32 lines (29 loc) · 1.3 KB
/
fix-appdata.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
From 1579b2ac8d02eb78af5491393b9f95d439ecc345 Mon Sep 17 00:00:00 2001
From: Sabri Ünal <yakushabb@gmail.com>
Date: Thu, 14 Nov 2024 20:01:48 +0300
Subject: [PATCH] Fix appdata papercuts
---
data/com.github.alexkdeveloper.sudoku.appdata.xml.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/data/com.github.alexkdeveloper.sudoku.appdata.xml.in b/data/com.github.alexkdeveloper.sudoku.appdata.xml.in
index ec76a6d..7b67df0 100644
--- a/data/com.github.alexkdeveloper.sudoku.appdata.xml.in
+++ b/data/com.github.alexkdeveloper.sudoku.appdata.xml.in
@@ -17,6 +17,7 @@
<provides>
<binary>com.github.alexkdeveloper.sudoku</binary>
</provides>
+ <launchable type="desktop-id">com.github.alexkdeveloper.sudoku.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/alexkdeveloper/sudoku/main/data/s1.png</image>
@@ -30,6 +31,7 @@
</screenshots>
<url type="homepage">https://github.com/alexkdeveloper/sudoku</url>
<url type="bugtracker">https://github.com/alexkdeveloper/sudoku/issues</url>
+ <url type="vcs-browser">https://github.com/alexkdeveloper/sudoku</url>
<url type="help">https://github.com/alexkdeveloper/sudoku/issues</url>
<content_rating type="oars-1.1"/>
<releases>
--
libgit2 1.7.2