eget icon indicating copy to clipboard operation
eget copied to clipboard

usage of asset_filter breaks target

Open leapfog opened this issue 1 year ago • 4 comments

With the following simple config file

[global]
  target = "~/bin"
  upgrade_only = true

the command eget neovim/neovim downloads the appimage and places it in ~/bin.

But when I add

["neovim/neovim"]
   asset_filters = "nvim.appimage"

the download ends up in ./ (i.e. the current directory).

leapfog avatar Dec 01 '22 15:12 leapfog