From 5d42313c39d7742cb1220db563a4a77cffdf6fbc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 25 Sep 2018 15:52:51 +0200 Subject: [PATCH] watchexec: add extract_dir (closes #2621) --- watchexec.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/watchexec.json b/watchexec.json index 2da4c8caa0..ff69139cc7 100644 --- a/watchexec.json +++ b/watchexec.json @@ -5,9 +5,11 @@ "version": "1.9.2", "url": "https://github.com/mattgreen/watchexec/releases/download/1.9.2/watchexec-1.9.2-x86_64-pc-windows-gnu.zip", "hash": "364f674bf73858db5b441bea8643863733ec58a77c1df3ba53bb59cbe93cc52e", + "extract_dir": "watchexec-1.9.2-x86_64-pc-windows-gnu", "bin": "watchexec.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/mattgreen/watchexec/releases/download/$version/watchexec-$version-x86_64-pc-windows-gnu.zip" + "url": "https://github.com/mattgreen/watchexec/releases/download/$version/watchexec-$version-x86_64-pc-windows-gnu.zip", + "extract_dir": "watchexec-$version-x86_64-pc-windows-gnu" } }