diff --git a/CI/package-ubuntu.sh b/CI/package-ubuntu.sh index 5f6998d6..0f7f3c6d 100755 --- a/CI/package-ubuntu.sh +++ b/CI/package-ubuntu.sh @@ -14,6 +14,7 @@ cd ./build PAGER="cat" sudo checkinstall -y --type=debian --fstrans=no --nodoc \ --backup=no --deldoc=yes --install=no \ --pkgname=obs-websocket --pkgversion="$PKG_VERSION" \ + --summary="WebSockets Remote Control API for OBS Studio" \ --pkglicense="GPLv2.0" --maintainer="stephane.lepin@gmail.com" \ --pkggroup="video" \ --pkgsource="https://github.com/Palakis/obs-websocket" \