Skip to content

Commit

Permalink
Install desktop file to share/applications
Browse files Browse the repository at this point in the history
Also moved the mrtrix3.desktop in the source codebase to share/applications to follow FHS conventions.
  • Loading branch information
daljit46 committed Feb 15, 2024
1 parent 2c33524 commit ef6fa1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/mrtrix3/

install(DIRECTORY ${PROJECT_SOURCE_DIR}/icons/desktop/
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor
)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/applications/mrview.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
)
File renamed without changes.

0 comments on commit ef6fa1d

Please sign in to comment.