Skip to content

Commit

Permalink
Merge pull request obsproject#635 from cortexmedia/msi-license
Browse files Browse the repository at this point in the history
Display license in MSI installer
  • Loading branch information
jp9000 authored Oct 10, 2016
2 parents b0bea09 + 8a99606 commit 6f0c99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Modules/ObsCpack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6f0c99c

Please sign in to comment.