tunnel: fix bin property (closes #2874)

This commit is contained in:
Richard Kuhnt 2018-12-10 19:10:54 +01:00
parent 10fac90205
commit eae8238bff

View File

@ -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"
},