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
1 changed files with 5 additions and 0 deletions
|
|
@ -59,5 +59,10 @@ assets = [
|
||||||
["assets/completions/_zellij", "usr/share/zsh/vendor-completions/_zellij", "644"],
|
["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]
|
[features]
|
||||||
disable_automatic_asset_installation = []
|
disable_automatic_asset_installation = []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue