diff --git a/bucket/sshs.json b/bucket/sshs.json index 8812137..9c97936 100644 --- a/bucket/sshs.json +++ b/bucket/sshs.json @@ -4,14 +4,20 @@ "32bit": { "url": "https://github.com/quantumsheep/sshs/releases/download/3.4.0/sshs-windows-386.exe", "bin": [ - "sshs.exe" + [ + "sshs-windows-386.exe", + "sshs" + ] ], "hash": "b7888dd52ee005f069552bb88656be0a6a1cb189f88ff86e359850c4d9c19d24" }, "64bit": { "url": "https://github.com/quantumsheep/sshs/releases/download/3.4.0/sshs-windows-amd64.exe", "bin": [ - "sshs.exe" + [ + "sshs-windows-amd64.exe", + "sshs" + ] ], "hash": "9a8e6aa7ce8032b0f836b171f4ee67b33053936b6016b907b46f92206eee5f87" }