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
committerlazydodo <github@lazydodo.com>2016-10-18 18:23:45 +0300
commit3541f7c47d8e709731089bd139d7edc4f410f772 (patch)
tree28937307668e762bcdc4b569368fba3bdf00fcaa
parent7500f6c9d98b76f3841d892e719c4959b09a4058 (diff)
[windows] Create A Blender Desktop Shortcut in the msi installer , fixes T49522
-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