From eae8238bff345418f85183b6b1949fdbf59d2d39 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Dec 2018 19:10:54 +0100 Subject: [PATCH] tunnel: fix bin property (closes #2874) --- tunnel.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tunnel.json b/tunnel.json index cd2b621c53..19f280638b 100644 --- a/tunnel.json +++ b/tunnel.json @@ -12,7 +12,13 @@ "hash": "0923cb853726b9d62ab1b9cf9a1b18b2e5e0705fd3896143e1da948b0a8cf6eb" } }, - "bin": "tunnel.exe", + "bin": [ + [ + "tunnel-client.exe", + "tunnel" + ], + "tunnel-client.exe" + ], "checkver": { "github": "https://github.com/labstack/tunnel-client" },