mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
fix: add fd as a dependency to the .deb packaging workflow (#3128)
This commit is contained in:
parent
01fd967fa3
commit
f0502a46b7
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/sxyazi/yazi"
|
|||
[package.metadata.deb]
|
||||
name = "yazi"
|
||||
license-file = [ "../LICENSE", "0" ]
|
||||
depends = "file, ffmpeg, 7zip, jq, poppler-utils, fd-find, ripgrep, fzf, zoxide, imagemagick, xsel|xclip|wl-clipboard"
|
||||
depends = "file, ffmpeg, 7zip, jq, poppler-utils, fd-find|fd, ripgrep, fzf, zoxide, imagemagick, xsel|xclip|wl-clipboard"
|
||||
recommends = "bash-completion"
|
||||
extended-description-file = "README.md"
|
||||
section = "utility"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue