Skip to content

Commit

Permalink
CI Linux - Add summary and description
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Oct 27, 2024
1 parent 01b5e24 commit 4f090a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/linux/defaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ set(CPACK_PACKAGE_NAME "obs-${CMAKE_PROJECT_NAME}")
set(CPACK_PACKAGE_VERSION "${CMAKE_PROJECT_VERSION}")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CMAKE_C_LIBRARY_ARCHITECTURE}")
set(CPACK_DEBIAN_PACKAGE_ENHANCES "obs-studio")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Plugin for OBS Studio to add Source Profiler to tools menu")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "This plugin adds a Source Profiler to tools menu. Based on the source profiling ui (https://github.com/derrod/obs-studio/tree/source-profiling-ui)")

set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS OFF)
Expand Down

0 comments on commit 4f090a5

Please sign in to comment.