[Bf-blender-cvs] [a313533f33e] temp-lineart-embree: Windows/Installer: Fix capital B in shortcut

Ray Molenkamp noreply at git.blender.org
Sat Mar 26 17:10:59 CET 2022


Commit: a313533f33e04a8a21a77840c94fad09da0ed5e2
Author: Ray Molenkamp
Date:   Fri Mar 25 15:17:48 2022 -0600
Branches: temp-lineart-embree
https://developer.blender.org/rBa313533f33e04a8a21a77840c94fad09da0ed5e2

Windows/Installer: Fix capital B in shortcut

the shortcut placed on the desktop and in the start
menu on windows were labelled `blender` rather than `Blender`

spotted by @Severin

===================================================================

M	build_files/cmake/packaging.cmake

===================================================================

diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index 2079cb7df51..f6073eba82e 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -106,8 +106,8 @@ if(WIN32)
   set(CPACK_WIX_LIGHT_EXTRA_FLAGS -dcl:medium)
 endif()
 
-set(CPACK_PACKAGE_EXECUTABLES "blender-launcher" "blender")
-set(CPACK_CREATE_DESKTOP_LINKS "blender-launcher" "blender")
+set(CPACK_PACKAGE_EXECUTABLES "blender-launcher" "Blender")
+set(CPACK_CREATE_DESKTOP_LINKS "blender-launcher" "Blender")
 
 include(CPack)



More information about the Bf-blender-cvs mailing list