diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index f7896a7..f882f3b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -85,12 +85,11 @@ embed-resource = "1.6.1" dev-console = ["console-subscriber"] [package.metadata.binstall] -pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.tar.xz" -bin-dir = "watchexec-{ version }-{ target }/{ bin }{ format }" +pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.{ archive-format }" +bin-dir = "watchexec-{ version }-{ target }/{ bin }{ binary-ext }" pkg-fmt = "txz" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] -pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.zip" pkg-fmt = "zip" [package.metadata.deb]