Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metainfo file #742

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions com.pot_app.pot.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.pot_app.pot</id>

<name>Pot</name>
<summary>Cross-platform translation software</summary>
<developer_name>Pylogmon</developer_name>

<url type="homepage">https://pot-app.com/</url>
<url type="bugtracker">https://github.com/pot-app/pot-desktop/issues</url>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>

<description>
<p>A cross-platform software for text translation and recognize.</p>
<p xml:lang="zh_CN">一个跨平台的划词翻译和 OCR 软件</p>
</description>

<launchable type="desktop-id">com.pot_app.pot.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/pot-app/pot-desktop/raw/2.7.9/asset/1.png</image>
</screenshot>
<screenshot>
<image>https://github.com/pot-app/pot-desktop/raw/2.7.9/asset/2.png</image>
</screenshot>
<screenshot>
<image>https://github.com/pot-app/pot-desktop/raw/2.7.9/asset/3.png</image>
</screenshot>
</screenshots>

<releases>
<release version="2.7.9" date="2024-03-02"/>
</releases>
<content_rating type="oars-1.1"/>
</component>