diff --git a/CMakeLists.txt b/CMakeLists.txt index 65e7f5b3e..606894d88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -464,7 +464,7 @@ endif() # http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html # http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html if(ENABLE_QT AND UNIX AND NOT APPLE) - install(FILES "${PROJECT_SOURCE_DIR}/dist/lime-qt.desktop" + install(FILES "${PROJECT_SOURCE_DIR}/dist/lime3ds-gui.desktop" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications") install(FILES "${PROJECT_SOURCE_DIR}/dist/lime.svg" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps") diff --git a/dist/lime.desktop b/dist/lime3ds-cli.desktop similarity index 100% rename from dist/lime.desktop rename to dist/lime3ds-cli.desktop diff --git a/dist/lime-qt.desktop b/dist/lime3ds-gui.desktop similarity index 100% rename from dist/lime-qt.desktop rename to dist/lime3ds-gui.desktop diff --git a/dist/lime-room.desktop b/dist/lime3ds-room.desktop similarity index 100% rename from dist/lime-room.desktop rename to dist/lime3ds-room.desktop