[Bf-blender-cvs] [3541f7c] master: [windows] Create A Blender Desktop Shortcut in the msi installer , fixes T49522

lazydodo noreply at git.blender.org
Tue Oct 18 17:24:16 CEST 2016


Commit: 3541f7c47d8e709731089bd139d7edc4f410f772
Author: lazydodo
Date:   Tue Oct 18 09:21:58 2016 -0600
Branches: master
https://developer.blender.org/rB3541f7c47d8e709731089bd139d7edc4f410f772

[windows] Create A Blender Desktop Shortcut in the msi installer , fixes T49522

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

M	build_files/cmake/packaging.cmake

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

diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index 1563331..c7063ed 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -97,6 +97,8 @@ if(WIN32)
 endif()
 
 set(CPACK_PACKAGE_EXECUTABLES "blender" "blender")
+set(CPACK_CREATE_DESKTOP_LINKS "blender" "blender")
+
 include(CPack)
 
 # Target for build_archive.py script, to automatically pass along




More information about the Bf-blender-cvs mailing list