diff options
author | Matthias Mailänder <matthias@mailaender.name> | 2017-02-18 18:07:53 +0100 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-18 23:32:25 +0300 |
commit | 129670e7e2076cb1a3fc23351af2be670d0e5a59 (patch) | |
tree | 64413081cf3208fd28f40ca960f324a602c3d928 /CMakeLists.txt | |
parent | e95326ff38b79da7c5ef7204f5df78cc9ce9f7e4 (diff) | |
download | plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.tar.gz plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.tar.bz2 plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.tar.xz plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.zip |
Add an appdata.xml file for Linux software galleries
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c3ee3161e..45a1e156c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,8 @@ ENDIF() If(UNIX) INSTALL(FILES manaplus.desktop DESTINATION share/applications) INSTALL(FILES manaplustest.desktop DESTINATION share/applications) + + INSTALL(FILES manaplus.appdata.xml DESTINATION share/appdata) ENDIF() SET(CPACK_PACKAGE_NAME "manaplus") |