feat(ci): try install deb in ubuntu ci

This commit is contained in:
Percy Hong
2020-11-18 11:17:02 +08:00
committed by Gary Wang
parent 5080a499ea
commit 338aa646b9
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ elseif (APPLE)
# ...
elseif (UNIX)
set (CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5svg5, libexiv2-14")
set (CPACK_DEBIAN_PACKAGE_SHILIBDEPS ON)
set (CPACK_DEBIAN_PACKAGE_RECOMMENDS "kimageformat-plugins")
endif()