Skip to content

Commit

Permalink
build: install AppData manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tim77 committed Mar 7, 2024
1 parent 3bfe2d2 commit fec2d6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MEGASync/platform/platform.pri
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ unix:!macx {
desktop.commands = update-desktop-database &> /dev/null || true
INSTALLS += desktop

# metainfo
metainfo.path = $$DESKTOP_DESTDIR/share/metainfo
metainfo.files = $$PWD/linux/data/nz.mega.MEGAsync.metainfo.xml
INSTALLS += metainfo

HICOLOR = $$DESKTOP_DESTDIR/share/icons/hicolor

# icons
Expand Down

0 comments on commit fec2d6b

Please sign in to comment.