From 12017863842d990be253b13215d6912f40ad3eab Mon Sep 17 00:00:00 2001 From: Jayson Reis Date: Thu, 21 Oct 2021 09:59:00 +0200 Subject: [PATCH] watchexec: Add suggest to install vcredist2005 (#2028) --- bucket/watchexec.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/watchexec.json b/bucket/watchexec.json index 1d1459abee..b06f5200d6 100644 --- a/bucket/watchexec.json +++ b/bucket/watchexec.json @@ -22,5 +22,8 @@ "extract_dir": "watchexec-$version-x86_64-pc-windows-msvc" } } + }, + "suggest": { + "vcredist": "extras/vcredist2005" } }