feat(CI): add deepin 25 build

This commit is contained in:
2025-12-17 00:01:30 +08:00
parent aa025b0f3b
commit afcd126c00
3 changed files with 37 additions and 2 deletions

View File

@ -304,7 +304,7 @@ elseif (APPLE)
elseif (UNIX)
set (CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
set (CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set (CPACK_DEBIAN_PACKAGE_RECOMMENDS "kimageformat-plugins")
set (CPACK_DEBIAN_PACKAGE_RECOMMENDS "kimageformat6-plugins")
endif()
include(CPack)