We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b453feb commit e0d7f86Copy full SHA for e0d7f86
Cargo.toml
@@ -17,7 +17,7 @@ name = "peas"
17
path = "src/main.rs"
18
19
[package.metadata.binstall]
20
-pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ target }-{ version }.{ archive-format }"
+pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }.{ archive-format }"
21
bin-dir = "{ bin }{ binary-ext }"
22
pkg-fmt = "tgz"
23
0 commit comments