Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlazydodo <github@lazydodo.com>2016-10-18 18:21:58 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-10-19 15:27:30 +0300
commit4d043db0dbf3fb748ef93ffc9963a12b1c0b6e2c (patch)
tree81fcfce0510a6640b13b401b9fc32d8cbf94ef93 /build_files
parent44372d6441498f8f3d4bdd0d35e830803459661f (diff)
[windows] Create A Blender Desktop Shortcut in the msi installer , fixes T49522
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/packaging.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index 1563331387f..c7063ed6772 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