CMake: rename linux mimetype file

This commit is contained in:
Filippo Gentile 2021-12-02 15:34:04 +01:00
parent d9396b90bd
commit 7556b1bbbc
2 changed files with 2 additions and 2 deletions

View File

@ -388,8 +388,8 @@ if(UNIX AND NOT APPLE)
DESTINATION /usr/share/applications/)
# Install mime type association
#vnd.trainsoftware.mrtplanner-session-sqlite3.xml
install(FILES ${CMAKE_SOURCE_DIR}/packaging/linux/mime/vnd.${APP_COMPANY_NAME_LOWER}-${MR_TIMETABLE_PLANNER_TARGET}-session-sqlite3.xml
#vnd.trainsoftware-mrtplanner.xml
install(FILES ${CMAKE_SOURCE_DIR}/packaging/linux/mime/vnd.${APP_COMPANY_NAME_LOWER}-${MR_TIMETABLE_PLANNER_TARGET}.xml
DESTINATION /usr/share/mime/packages)
endif(UNIX AND NOT APPLE)