Merge pull request #635 from cortexmedia/msi-license

Display license in MSI installer
This commit is contained in:
Jim 2016-10-09 17:09:25 -07:00 committed by GitHub
commit 9cb8ae74e4

View File

@ -8,6 +8,7 @@ endif()
set(CPACK_PACKAGE_NAME "OBS")
set(CPACK_PACKAGE_VENDOR "obsproject.com")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "OBS - Live video and audio streaming and recording software")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/UI/data/license/gplv2.txt")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "0")