Skip to content

Commit

Permalink
Merge branch 'xemu-project:master' into aarch64-hardfpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Spidy123222 authored Mar 25, 2024
2 parents faa75d5 + 94d826a commit 378ee4a
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 378ee4a

Please sign in to comment.