Add appstream manifest and screenshot

This commit is contained in:
vulpes2 2022-09-23 02:50:39 +00:00 committed by Nikolaj Schlej
parent 739de0fec8
commit 6ca7d99f66
2 changed files with 23 additions and 0 deletions

BIN
appstream/UEFITool.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

23
appstream/appdata.xml Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.LongSoft.UEFITool</id>
<launchable type="desktop-id">com.github.LongSoft.UEFITool.desktop</launchable>
<name>UEFITool</name>
<summary>UEFI firmware image viewer and editor</summary>
<description>
<p>UEFITool is a cross-platform open source application written in C++/Qt, that parses UEFI-compatible firmware image into a tree structure, verifies image's integrity and provides a GUI to manipulate image's elements. Project development started in the middle of 2013 because of the lack of cross-platform open source utilities for tinkering with UEFI images.</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://github.com/flathub/flathub/raw/7d1734965e0da08c5a6622456550629ef4ea3acb/UEFITool.png</image>
</screenshot>
</screenshots>
<releases>
<release version="A61" date="2022-09-10" />
</releases>
<url type="homepage">https://github.com/LongSoft/UEFITool</url>
<developer_name>LongSoft</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-2-Clause</project_license>
<content_rating type="oars-1.1" />
</component>