kylin-code/resources/linux/code.appdata.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
890 B
XML
Raw Normal View History

2022-06-14 14:37:10 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>@@NAME@@.desktop</id>
<metadata_license>@@LICENSE@@</metadata_license>
<project_license>@@LICENSE@@</project_license>
<name>@@NAME_LONG@@</name>
<url type="homepage">https://gitee.com/openkylin/kylin-code</url>
<summary>Kylin Code. Code editing. Redefined.</summary>
2022-06-14 14:37:10 +08:00
<description>
<p>Kylin Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://gitee.com/openkylin/kylin-code/releases for installation instructions and FAQ.</p>
2022-06-14 14:37:10 +08:00
</description>
<screenshots>
<screenshot type="default">
<image>https://gitee.com/openkylin/kylin-code/raw/master/imgs/home/home-screenshot-linux-lg.png</image>
<caption>Editing C++, TypeScript and searching for extensions</caption>
2022-06-14 14:37:10 +08:00
</screenshot>
</screenshots>
</component>