From b5a2d4abb0b073a29be5bd418f0356729fea2860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Gos=C5=82awski?= <50369002+dg-nvm@users.noreply.github.com> Date: Wed, 8 Jul 2020 09:51:27 +0200 Subject: [PATCH] unison: Add fsmonitor shim (#1069) Co-authored-by: Chawye Hsu --- bucket/unison.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/unison.json b/bucket/unison.json index dce2ac2b82..c2d3da3d13 100644 --- a/bucket/unison.json +++ b/bucket/unison.json @@ -6,7 +6,10 @@ "url": "https://github.com/bcpierce00/unison/releases/download/v2.51.2/unison-windows-2.51.2-text.zip", "hash": "9c1e1fca202dd1e7f55b82c1abf632ee546424253284a062839e7a7212a180bf", "extract_dir": "unison-windows-2.51.2-text", - "bin": "unison.exe", + "bin": [ + "unison.exe", + "unison-fsmonitor.exe" + ], "checkver": { "github": "https://github.com/bcpierce00/unison" },