Skip to content

Commit

Permalink
meson now installs metainfo file
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Stürz <[email protected]>
  • Loading branch information
realchonk committed May 5, 2022
1 parent 936d8d1 commit f7c66c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.flatpak-builder*
/build-dir
/Makefile
/flathub
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ install_data (
'data/billig-sweeper.desktop',
install_dir: prefix / datadir / 'applications'
)

# Install metainfo file.
install_data (
'data/xyz.stuerz.BilligSweeper.metainfo.xml',
install_dir: prefix / datadir / 'metainfo'
)

0 comments on commit f7c66c3

Please sign in to comment.