Skip to content

Commit

Permalink
Add metainfo file
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Mar 11, 2024
1 parent 780c499 commit 4e96a5e
Showing 1 changed file with 37 additions and 0 deletions.
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>

0 comments on commit 4e96a5e

Please sign in to comment.