mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Leave binstall config on the lib crate for now
This commit is contained in:
parent
1f3f4ada35
commit
aff9f2d8f2
1 changed files with 9 additions and 0 deletions
|
@ -30,3 +30,12 @@ nix = "0.20.0"
|
|||
[target.'cfg(windows)'.dependencies.winapi]
|
||||
version = "0.3.9"
|
||||
features = ["ioapiset", "jobapi2", "tlhelp32"]
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/{ 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/{ version }/watchexec-{ version }-{ target }.zip"
|
||||
pkg-fmt = "zip"
|
||||
|
|
Loading…
Reference in a new issue