From a09763c07a00eec3065bd3fd67e3386841b1e28e Mon Sep 17 00:00:00 2001 From: sh4869221b Date: Sun, 27 Jan 2019 19:21:59 +0900 Subject: [PATCH] watchexec: remove extract_dir (#3037) Closes #3042 --- watchexec.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/watchexec.json b/watchexec.json index b19dd36961..5faabd0dd0 100644 --- a/watchexec.json +++ b/watchexec.json @@ -5,11 +5,9 @@ "version": "1.10.0", "url": "https://github.com/mattgreen/watchexec/releases/download/1.10.0/watchexec-1.10.0-x86_64-pc-windows-gnu.zip", "hash": "6cb2d6bd9b6a2ad011f56b1aae793ae219704599dab5402ebed21efe9e6a2bde", - "extract_dir": "watchexec-1.10.0-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", - "extract_dir": "watchexec-$version-x86_64-pc-windows-gnu" + "url": "https://github.com/mattgreen/watchexec/releases/download/$version/watchexec-$version-x86_64-pc-windows-gnu.zip" } }