Skip to content

Commit

Permalink
Merge pull request #135 from ilyagr/binstall
Browse files Browse the repository at this point in the history
Specify metadata for `cargo binstall hwatch` to use official binaries
  • Loading branch information
blacknon authored Jun 24, 2024
2 parents aae6789 + 3ee133a commit 86522ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }"

0 comments on commit 86522ab

Please sign in to comment.