mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
Initial commit
This commit is contained in:
18
python_appimage/data/python.appdata.xml
Normal file
18
python_appimage/data/python.appdata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>python{{fullversion}}</id>
|
||||
<metadata_license>Python-2.0</metadata_license>
|
||||
<project_license>Python-2.0</project_license>
|
||||
<name>Python {{version}}</name>
|
||||
<summary>A Python {{version}} runtime</summary>
|
||||
<description>
|
||||
<p> A relocated Python {{version}} installation running from an
|
||||
AppImage.
|
||||
</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">python.desktop</launchable>
|
||||
<url type="homepage">https://python.org</url>
|
||||
<provides>
|
||||
<binary>python{{version}}</binary>
|
||||
</provides>
|
||||
</component>
|
||||
Reference in New Issue
Block a user