Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Add appdata to cmake file
  • Loading branch information
btkostner authored Apr 20, 2017
1 parent 55a849c commit 796d701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ add_dependencies(notes-up
install(TARGETS notes-up RUNTIME
DESTINATION bin)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.philip-scott.notes-up.appdata.xml
DESTINATION ${DATADIR}/metainfo/)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/com.github.philip-scott.notes-up.desktop
DESTINATION ${DATADIR}/applications/)

Expand Down

0 comments on commit 796d701

Please sign in to comment.