mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
fix: add libkeybinder as a dependency in deb pkg
This commit is contained in:
parent
0643e93e94
commit
32be754eb7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -81,6 +81,7 @@ jobs:
|
||||||
# Create control file
|
# Create control file
|
||||||
printf 'Package: AppFlowy
|
printf 'Package: AppFlowy
|
||||||
Version: %s
|
Version: %s
|
||||||
|
Depends: libkeybinder-3.0-0
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Essential: no
|
Essential: no
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
@ -173,6 +174,7 @@ jobs:
|
||||||
# Create control file
|
# Create control file
|
||||||
printf 'Package: AppFlowy
|
printf 'Package: AppFlowy
|
||||||
Version: %s
|
Version: %s
|
||||||
|
Depends: libkeybinder-3.0-0
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Essential: no
|
Essential: no
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue