Skip to content

Commit

Permalink
Merge pull request #954 from City-busz/patch-1
Browse files Browse the repository at this point in the history
Don't use legacy path for AppStream metainfo file
  • Loading branch information
briend committed Feb 11, 2019
2 parents 553d6f7 + 444326d commit a271c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -597,7 +597,7 @@ def get_data_files():
# default value for install-data.
data_files = [
# TARGDIR, SRCFILES
("appdata", ["desktop/mypaint.appdata.xml"]),
("metainfo", ["desktop/mypaint.appdata.xml"]),
("applications", ["desktop/mypaint.desktop"]),
("thumbnailers", ["desktop/mypaint-ora.thumbnailer"]),
]
Expand Down

0 comments on commit a271c74

Please sign in to comment.