mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
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:
parent
14def2a293
commit
94d826a4f1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -46,4 +46,7 @@
|
||||
<provides>
|
||||
<binary>xemu</binary>
|
||||
</provides>
|
||||
<developer id="xemu.app">
|
||||
<name>xemu project</name>
|
||||
</developer>
|
||||
</component>
|
Loading…
Reference in New Issue
Block a user