-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
lol.janjic.Splitcat.appdata.xml
63 lines (52 loc) · 2.64 KB
/
lol.janjic.Splitcat.appdata.xml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>lol.janjic.Splitcat</id>
<name>Splitcat</name>
<developer_name>Ivan Janjić</developer_name>
<summary>Simple application for splitting and merging files.</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>Simple file splitting and merging application with predefined presets for popular apps.</p>
</description>
<launchable type="desktop-id">lol.janjic.Splitcat.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/vogonwann/splitcat/refs/heads/main/screenshots/preset.png</image>
<caption>Presets screen</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/vogonwann/splitcat/refs/heads/main/screenshots/custom.png</image>
<caption>Custom size screen</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/vogonwann/splitcat/refs/heads/main/screenshots/merge.png</image>
<caption>Merge screen</caption>
</screenshot>
</screenshots>
<!-- Override the kudos that aren't automatically added. See https://gitlab.gnome.org/GNOME/gnome-software/blob/main/doc/kudos.md.-->
<!-- This is not required in any way but helps software centers better understand Fyne applications. If you don't use notifications, you should remove it from the list. -->
<kudos>
<kudo>FileTools</kudo>
</kudos>
<url type="bugtracker">https://github.com/vogonwann/splitcat/issues</url>
<url type="homepage">https://github.com/vogonwann/splitcat</url>
<!-- Generate the oars rating at: https://hughsie.github.io/oars/generate.html -->
<content_rating type="oars-1.1" />
<!-- Needed to satisfy https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines/#has-primary-brand-colors. -->
<!-- The colors below are only examples taken from the Fyne logo and not official for the project in any way. -->
<branding>
<color type="primary" scheme_preference="light">#023c8a</color>
<color type="primary" scheme_preference="dark">#03228a</color>
</branding>
<releases>
<release version="0.1.15" date="2024-10-28" type="stable">
<url type="details">https://github.com/vogonwann/splitcat/releases/tag/v0.1.15</url>
</release>
</releases>
</component>