Don't copy the template Linux mime files when installing

This commit is contained in:
Ian McInerney 2021-01-18 22:50:10 +00:00
parent 744d745ee5
commit 91c551f4ab
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ elseif( UNIX )
install( DIRECTORY ${PROJECT_BINARY_DIR}/resources/linux/mime/
DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages
COMPONENT resources
FILES_MATCHING
PATTERN "*.xml"
PATTERN "*.in" EXCLUDE
)
# Install application launchers (.desktop files)