chore: specify the correct download URLs for Binstall to work correctly

This commit is contained in:
J / Jacob Babich
2024-10-06 00:13:21 -04:00
parent 870af4adad
commit 10b798580d
3 changed files with 9 additions and 0 deletions

View File

@@ -15,3 +15,6 @@ tracing = ["dep:tracing"]
[dependencies]
tracing = { workspace = true, optional = true }
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"