Update metainfo.xml information

Some new information is needed by the appstream linter.

metainfo.xml extension is preferable over appdata.xml, see https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#spec-appdata-introduction.
This commit is contained in:
Julien Reichardt 2024-03-23 13:30:53 +01:00 committed by mborgerson
parent 14def2a293
commit 94d826a4f1
2 changed files with 4 additions and 1 deletions

View file

@ -219,7 +219,7 @@ jobs:
ar x dist/*.deb
mkdir appimage
tar -C appimage -xf data.tar*
install -DT src/xemu.appdata.xml appimage/usr/share/metainfo/xemu.appdata.xml
install -DT src/xemu.metainfo.xml appimage/usr/share/metainfo/xemu.metainfo.xml
export VERSION=v$(cat src/XEMU_VERSION)
if [[ "${{ matrix.configuration }}" == "Debug" ]]; then

View file

@ -46,4 +46,7 @@
<provides>
<binary>xemu</binary>
</provides>
<developer id="xemu.app">
<name>xemu project</name>
</developer>
</component>