Update binstall metadata (#383)

This commit is contained in:
Félix Saparelli 2022-08-24 07:19:02 +00:00
parent 34184f925a
commit 94deab9452
1 changed files with 2 additions and 3 deletions

View File

@ -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]