Skip to content
Snippets Groups Projects
Commit b94c5b11 authored by Dimitar Tasev's avatar Dimitar Tasev
Browse files

Added back notebook icon file, re #23263

The line for DELETEing the icon was also added back.
parent 4dfa04d1
No related branches found
No related tags found
No related merge requests found
...@@ -163,6 +163,11 @@ install ( FILES ${QT_PLUGIN_DIR}/sqldrivers/qsqlite4.dll DESTINATION plugins/qt4 ...@@ -163,6 +163,11 @@ install ( FILES ${QT_PLUGIN_DIR}/sqldrivers/qsqlite4.dll DESTINATION plugins/qt4
install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/buildconfig/CMake/Packaging/launch_mantidplot.bat DESTINATION bin ) install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/buildconfig/CMake/Packaging/launch_mantidplot.bat DESTINATION bin )
install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/buildconfig/CMake/Packaging/launch_mantidplot.vbs DESTINATION bin ) install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/buildconfig/CMake/Packaging/launch_mantidplot.vbs DESTINATION bin )
###########################################################################
# Icons for shortcuts
###########################################################################
install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/images/mantid_notebook.ico DESTINATION bin )
########################################################################### ###########################################################################
# Extra NSIS commands for shortcuts, start menu items etc # Extra NSIS commands for shortcuts, start menu items etc
# Three backward slashes are required to escape a character to get the # Three backward slashes are required to escape a character to get the
...@@ -180,6 +185,7 @@ set (CPACK_NSIS_CREATE_ICONS_EXTRA " ...@@ -180,6 +185,7 @@ set (CPACK_NSIS_CREATE_ICONS_EXTRA "
") ")
set (CPACK_NSIS_DELETE_ICONS_EXTRA " set (CPACK_NSIS_DELETE_ICONS_EXTRA "
Delete \\\"$SMPROGRAMS\\\\$MUI_TEMP\\\\${MANTIDPLOT_LINK_NAME}\\\" Delete \\\"$SMPROGRAMS\\\\$MUI_TEMP\\\\${MANTIDPLOT_LINK_NAME}\\\"
Delete \\\"$SMPROGRAMS\\\\$MUI_TEMP\\\\${MANTIDNOTEBOOK_LINK_NAME}\\\"
") ")
# The blank lines seem to be required or it doesn't create the shortcut # The blank lines seem to be required or it doesn't create the shortcut
set (CPACK_NSIS_EXTRA_INSTALL_COMMANDS " set (CPACK_NSIS_EXTRA_INSTALL_COMMANDS "
......
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