Remove binstall metadata from the lib

This commit is contained in:
Félix Saparelli 2021-07-21 23:55:10 +12:00
parent d59a76182a
commit 665f5ef6f0
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 0 additions and 10 deletions

View File

@ -30,13 +30,3 @@ nix = "0.22.0"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"
# features = ["ioapiset", "jobapi2", "tlhelp32"]
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.tar.xz"
bin-dir = "watchexec-{ version }-{ target }/{ bin }{ format }"
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"