Skip to content

Commit

Permalink
Update metainfo.xml information
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
j8r authored and mborgerson committed Mar 23, 2024
1 parent 14def2a commit 94d826a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions xemu.appdata.xml → xemu.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@
<provides>
<binary>xemu</binary>
</provides>
<developer id="xemu.app">
<name>xemu project</name>
</developer>
</component>

0 comments on commit 94d826a

Please sign in to comment.