Skip to content

Commit

Permalink
Also install metainfo file
Browse files Browse the repository at this point in the history
  • Loading branch information
marillat authored Aug 13, 2022
1 parent e9213e7 commit 0580064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def run(self):
packages=find_packages('src'),
include_package_data=True,
data_files = [
('share/metainfo', ['data/io.github.GourmandRecipeManager.Gourmand.appdata.xml']),
('share/applications', ['data/io.github.GourmandRecipeManager.Gourmand.desktop']),
('share/icons/hicolor/scalable/apps', ['data/io.github.GourmandRecipeManager.Gourmand.svg']),
],
Expand Down

0 comments on commit 0580064

Please sign in to comment.