|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<component type="desktop"> |
| 2 | +<component type="desktop-application"> |
3 | 3 | <id>com.moonlight_stream.Moonlight</id> |
4 | 4 | <metadata_license>CC0-1.0</metadata_license> |
5 | 5 | <project_license>GPL-3.0+</project_license> |
|
23 | 23 | <url type="homepage">https://moonlight-stream.org</url> |
24 | 24 | <url type="bugtracker">https://github.com/moonlight-stream/moonlight-qt/issues</url> |
25 | 25 | <url type="help">https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide</url> |
| 26 | + <url type="vcs-browser">https://github.com/moonlight-stream/moonlight-qt</url> |
| 27 | + <developer id="org.moonlight-stream"> |
| 28 | + <name>Moonlight Game Streaming Team</name> |
| 29 | + </developer> |
| 30 | + <update_contact>cameron@moonlight-stream.org</update_contact> |
| 31 | + <launchable type="desktop-id">com.moonlight_stream.Moonlight.desktop</launchable> |
| 32 | + <provides> |
| 33 | + <binary>moonlight</binary> |
| 34 | + </provides> |
| 35 | + <content_rating type="oars-1.1" /> |
| 36 | + |
| 37 | + <branding> |
| 38 | + <color type="primary" scheme_preference="light">#710085</color> |
| 39 | + <color type="primary" scheme_preference="dark">#55285d</color> |
| 40 | + </branding> |
26 | 41 |
|
27 | 42 | <screenshots> |
28 | 43 | <screenshot type="default"> |
29 | 44 | <image>https://moonlight-stream.org/appstream_resources/moonlight_screenshot_1.png</image> |
| 45 | + <caption>Host selection page showing local PCs</caption> |
30 | 46 | </screenshot> |
31 | 47 | <screenshot> |
32 | 48 | <image>https://moonlight-stream.org/appstream_resources/moonlight_screenshot_2.png</image> |
| 49 | + <caption>Settings page displaying streaming options</caption> |
33 | 50 | </screenshot> |
34 | 51 | </screenshots> |
35 | 52 |
|
|
816 | 833 | </release> |
817 | 834 | </releases> |
818 | 835 |
|
819 | | - <categories> |
820 | | - <category>Game</category> |
821 | | - <category>Qt</category> |
822 | | - </categories> |
823 | | - |
824 | | - <developer_name>Moonlight Game Streaming Team</developer_name> |
825 | | - <update_contact>cameron@moonlight-stream.org</update_contact> |
826 | | - |
827 | | - <launchable type="desktop-id">com.moonlight_stream.Moonlight.desktop</launchable> |
828 | | - |
829 | | - <provides> |
830 | | - <binary>moonlight</binary> |
831 | | - </provides> |
832 | | - |
833 | | - <content_rating type="oars-1.0" /> |
834 | 836 | </component> |
0 commit comments