Skip to content

Commit ca08b1f

Browse files
committed
fix: fix binstall --bin-dir
1 parent 11a68da commit ca08b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoderfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ features = ["client", "transport-streamable-http-client-reqwest"]
247247

248248
[package.metadata.binstall]
249249
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"
250-
bin-dir = "{ name }-{ target }/{ bin }{ binary-ext }"
250+
bin-dir = "{ bin }{ binary-ext }"
251251
pkg-fmt = "tgz"
252252
disabled-strategies = ["quick-install", "compile"]

0 commit comments

Comments
 (0)