diff --git a/Cargo.toml b/Cargo.toml index 3e7d1b2..010a61b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,7 @@ serde_json = "1.0.114" shell-words = "1.1.0" similar = {version = "2.5.0", features = ["serde", "unicode", "text", "inline", "bytes"]} termwiz = "0.22.0" + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ version }.{ target }.{ archive-format }" +bin-dir = "bin/{ bin }{ binary-ext }"