mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-26 10:55:12 +03:00
feat: add cargo-binstall
method (#1129)
* feat: add cargo-binstall method * fix: update archive format type
This commit is contained in:
parent
b7e4d902f2
commit
c7913c362c
@ -59,5 +59,10 @@ assets = [
|
||||
["assets/completions/_zellij", "usr/share/zsh/vendor-completions/_zellij", "644"],
|
||||
]
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
|
||||
bin-dir = "{ bin }{ binary-ext }"
|
||||
pkg-fmt = "tgz"
|
||||
|
||||
[features]
|
||||
disable_automatic_asset_installation = []
|
||||
|
Loading…
Reference in New Issue
Block a user