Skip to content
Snippets Groups Projects
Commit 4d8c105b authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Install a workbench icon for Linux desktops

parent 7af5e394
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,17 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
${CMAKE_INSTALL_PREFIX}/bin/MantidPlot
${_icon_filename}.png)
endif()
if(ENABLE_WORKBENCH)
set(_icon_filename ${IMAGES_DIR}/mantid_workbench)
if(CPACK_PACKAGE_SUFFIX)
set(_icon_filename ${_icon_filename}_${CPACK_PACKAGE_SUFFIX})
endif()
install_desktop_files(mantidworkbench${CPACK_PACKAGE_SUFFIX}.desktop
MantidWorkbench${_app_name_suffix}
${CMAKE_INSTALL_PREFIX}/bin/mantidworkbench
${_icon_filename}.png)
endif()
endif()
# THIS MUST BE THE LAST SUB_DIRECTORY ADDED. See
......
images/mantid_workbench.png

19.7 KiB

images/mantid_workbench_nightly.png

21.8 KiB

images/mantid_workbench_unstable.png

22.3 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment