Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
b94c5b11
Commit
b94c5b11
authored
6 years ago
by
Dimitar Tasev
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildconfig/CMake/WindowsNSIS.cmake
+6
-0
6 additions, 0 deletions
buildconfig/CMake/WindowsNSIS.cmake
with
6 additions
and
0 deletions
buildconfig/CMake/WindowsNSIS.cmake
+
6
−
0
View file @
b94c5b11
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment