From 32be754eb78ed55bb1929fe755acec5567e04f4a Mon Sep 17 00:00:00 2001 From: ramanverma2k Date: Thu, 8 Dec 2022 10:25:27 +0530 Subject: [PATCH] fix: add libkeybinder as a dependency in deb pkg --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a7d375473..b146deec96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,6 +81,7 @@ jobs: # Create control file printf 'Package: AppFlowy Version: %s + Depends: libkeybinder-3.0-0 Architecture: amd64 Essential: no Priority: optional @@ -173,6 +174,7 @@ jobs: # Create control file printf 'Package: AppFlowy Version: %s + Depends: libkeybinder-3.0-0 Architecture: amd64 Essential: no Priority: optional