Skip to content
Snippets Groups Projects
Commit b41633d9 authored by Campbell, Stuart's avatar Campbell, Stuart
Browse files

Update path for Build for NSIS

parent 97aade82
No related branches found
No related tags found
No related merge requests found
...@@ -163,9 +163,9 @@ install ( FILES ${CMAKE_LIBRARY_PATH}/boost_date_time-vc110-mt-1_52.lib DESTINAT ...@@ -163,9 +163,9 @@ install ( FILES ${CMAKE_LIBRARY_PATH}/boost_date_time-vc110-mt-1_52.lib DESTINAT
########################################################################### ###########################################################################
# Startup files # Startup files
########################################################################### ###########################################################################
install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/Build/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}/Build/CMake/Packaging/launch_mantidplot.vbs DESTINATION bin ) install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/buildconfig/CMake/Packaging/launch_mantidplot.vbs DESTINATION bin )
install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/Build/CMake/Packaging/mantidpython.bat DESTINATION bin ) install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/buildconfig/CMake/Packaging/mantidpython.bat DESTINATION bin )
########################################################################### ###########################################################################
# Extra NSIS commands for shortcuts, start menu items etc # Extra NSIS commands for shortcuts, start menu items etc
......
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