Skip to content

Commit

Permalink
Move mime file to share/mime
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 15, 2024
1 parent ef6fa1d commit 4c1667e
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 @@ -14,4 +14,8 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/icons/desktop/

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/applications/mrview.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mime/mrtrix-mime.xml
DESTINATION ${CMAKE_INSTALL_DATADIR}/mime
)
File renamed without changes.

0 comments on commit 4c1667e

Please sign in to comment.