feat: add cargo-binstall method (#1129)

* feat: add cargo-binstall method

* fix: update archive format type
This commit is contained in:
Jae-Heon Ji 2022-02-27 23:06:43 +09:00 committed by GitHub
parent b7e4d902f2
commit c7913c362c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = []