mirror of
https://github.com/overte-org/overte.git
synced 2025-06-21 22:20:26 +02:00
add the custom installer license
This commit is contained in:
parent
69ceb9fa98
commit
e9ce0318a2
2 changed files with 14 additions and 0 deletions
12
cmake/installer/InstallerLicense.txt
Normal file
12
cmake/installer/InstallerLicense.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Copyright (c) 2013-2016, High Fidelity, Inc.
|
||||||
|
All rights reserved.
|
||||||
|
licensing@highfidelity.io
|
||||||
|
|
||||||
|
Licensed under the Apache License version 2.0 (the "License");
|
||||||
|
You may not use this software except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
This software includes third-party software.
|
||||||
|
Please see each individual software license for additional details.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS DISTRIBUTED "AS-IS" WITHOUT ANY WARRANTIES, CONDITIONS AND REPRESENTATIONS WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, MERCHANTABLE QUALITY, FITNESS FOR A PARTICULAR PURPOSE, PERFORMANCE, DURABILITY, TITLE, NON-INFRINGEMENT, AND THOSE ARISING BY STATUTE OR FROM CUSTOM OR USAGE OF TRADE OR COURSE OF DEALING.
|
|
@ -22,6 +22,8 @@ macro(GENERATE_INSTALLERS)
|
||||||
set(CPACK_NSIS_PACKAGE_NAME ${_DISPLAY_NAME})
|
set(CPACK_NSIS_PACKAGE_NAME ${_DISPLAY_NAME})
|
||||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${_DISPLAY_NAME})
|
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${_DISPLAY_NAME})
|
||||||
|
|
||||||
|
set(CPACK_RESOURCE_FILE_LICENSE "${HF_CMAKE_DIR}/installer/InstallerLicense.txt")
|
||||||
|
|
||||||
# configure a cpack properties file for custom variables in NSIS template
|
# configure a cpack properties file for custom variables in NSIS template
|
||||||
set(CPACK_CONFIGURED_PROP_FILE "${CMAKE_CURRENT_BINARY_DIR}/CPackCustomProperties.cmake")
|
set(CPACK_CONFIGURED_PROP_FILE "${CMAKE_CURRENT_BINARY_DIR}/CPackCustomProperties.cmake")
|
||||||
configure_file("${HF_CMAKE_DIR}/templates/CPackProperties.cmake.in" ${CPACK_CONFIGURED_PROP_FILE})
|
configure_file("${HF_CMAKE_DIR}/templates/CPackProperties.cmake.in" ${CPACK_CONFIGURED_PROP_FILE})
|
||||||
|
|
Loading…
Reference in a new issue