[Bf-blender-cvs] [c0f96855e42] master: Fix T57580: Update windows installer package to have the GPL3 as EULA.

Ray Molenkamp noreply at git.blender.org
Fri Mar 22 04:25:30 CET 2019


Commit: c0f96855e42e45895605fc1023242e114ea6e54b
Author: Ray Molenkamp
Date:   Thu Mar 21 21:25:20 2019 -0600
Branches: master
https://developer.blender.org/rBc0f96855e42e45895605fc1023242e114ea6e54b

Fix T57580: Update windows installer package to have the GPL3 as EULA.

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

M	build_files/cmake/packaging.cmake

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

diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index fb69a7c726a..c086e8778c5 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -86,7 +86,7 @@ if(WIN32)
 	set(CPACK_NSIS_MUI_ICON ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.ico)
 	set(CPACK_NSIS_COMPRESSOR "/SOLID lzma")
 
-	set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/release/text/GPL-license.txt)
+	set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/release/text/GPL3-license.txt)
 	set(CPACK_WIX_PRODUCT_ICON ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.ico)
 	set(CPACK_WIX_UPGRADE_GUID "B767E4FD-7DE7-4094-B051-3AE62E13A17A")



More information about the Bf-blender-cvs mailing list