blob: 963354c1cb4d2507164abcbe0a80e0b9e41fc2c0 (
plain) (
blame)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>@APPLICATION_ID@.desktop</id>
<name>JaduPC Remote Support Console</name>
<summary>Ask JaduPC for remote support.</summary>
<content_rating type="oars-1.0" />
<metadata_license>CC0-1.0</metadata_license>
<project_license>@LICENSE@</project_license>
<description>
<p>@PROJECT_INFO@</p>
</description>
<launchable type="desktop-id">com.jadupc.support.desktop</launchable>
<url type="homepage">https://git.jadupc.com/pkgs/jadupc-remote-support-console</url>
<screenshots>
<screenshot type="default">
<caption>Start-up Window</caption>
<image>https://dev.jadupc.com/screenshots/jadupc-remote-support-console/start-up.png</image>
</screenshot>
<screenshot>
<caption>Remote Session Window</caption>
<image>https://dev.jadupc.com/screenshots/jadupc-remote-support-console/remote-session.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.9.0" date="2023-10-08">
<description>
<p>Initial Release</p>
</description>
</release>
</releases>
</component>
|