From aa583243f6b7db439cf6c797567657db24f2074e Mon Sep 17 00:00:00 2001 From: scottr Date: Fri, 18 Jun 2021 07:53:29 -0700 Subject: [PATCH] [cpack/stabilization/2106-vendor-name] update installer vendor name --- cmake/Packaging.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Packaging.cmake b/cmake/Packaging.cmake index 2f001cf7ee..7e45fa6bba 100644 --- a/cmake/Packaging.cmake +++ b/cmake/Packaging.cmake @@ -28,7 +28,7 @@ set(CPACK_DESIRED_CMAKE_VERSION 3.20.2) # pre/post build set(CPACK_PACKAGE_NAME "${PROJECT_NAME}") set(CPACK_PACKAGE_FULL_NAME "Open3D Engine") -set(CPACK_PACKAGE_VENDOR "TBD") +set(CPACK_PACKAGE_VENDOR "O3DE Binary Project a Series of LF Projects, LLC") set(CPACK_PACKAGE_VERSION "${LY_VERSION_STRING}") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Installation Tool")