Skip to content
Snippets Groups Projects
Commit 739111bf authored by Cory Quammen's avatar Cory Quammen
Browse files

wix: set start menu name as full ParaView version

This makes it so each version appears under its own start menu item.
parent a28344c0
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ set(paraview_license_path "share/licenses")
set(paraview_spdx_path "share/paraview-${paraview_version}")
include(paraview.bundle.common)
set(CPACK_WIX_PROGRAM_MENU_FOLDER "ParaView ${paraview_version}")
set(CPACK_WIX_PROGRAM_MENU_FOLDER "ParaView ${paraview_version_full}")
set(CPACK_WIX_PRODUCT_ICON "${CMAKE_CURRENT_LIST_DIR}/paraview.ico")
if (NOT "$ENV{GITLAB_CI}" STREQUAL "")
......
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