From c3ddc8f6073dceb021a4392c98395ec7465cb964 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Tue, 3 Apr 2018 08:43:31 -0700 Subject: [PATCH] Fixed bin name for armor & tunnel (#2175) Signed-off-by: Vishal Rana --- armor.json | 4 ++-- tunnel.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/armor.json b/armor.json index 2207733533..37a456a434 100644 --- a/armor.json +++ b/armor.json @@ -4,7 +4,7 @@ "license": "https://github.com/labstack/armor/blob/master/LICENSE", "architecture": { "64bit": { - "url": "https://github.com/labstack/armor/releases/download/0.4.3/armor-0.4.3-windows-8.0-amd64.exe", + "url": "https://github.com/labstack/armor/releases/download/0.4.3/armor-0.4.3-windows-8.0-amd64.exe#/armor.exe", "hash": "618d53b71d8c8f7e332fc53d72188d11c43d01add9ec858b172b3f802bd3e6b6" } }, @@ -15,7 +15,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/labstack/armor/releases/download/$version/armor-$version-windows-8.0-amd64.exe" + "url": "https://github.com/labstack/armor/releases/download/$version/armor-$version-windows-8.0-amd64.exe#/armor.exe" } } } diff --git a/tunnel.json b/tunnel.json index de638c26cc..f5dfe42d8a 100644 --- a/tunnel.json +++ b/tunnel.json @@ -4,7 +4,7 @@ "license": "https://github.com/labstack/tunnel/blob/master/LICENSE", "architecture": { "64bit": { - "url": "https://github.com/labstack/tunnel/releases/download/0.1.1/tunnel-0.1.1-windows-8.0-amd64.exe", + "url": "https://github.com/labstack/tunnel/releases/download/0.1.1/tunnel-0.1.1-windows-8.0-amd64.exe#/tunnel.exe", "hash": "0fe800236fbfaa79c328b0bbd059cc2dfc2387d12cb106a627a2e25afafabd9d" } }, @@ -15,7 +15,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel-$version-windows-8.0-amd64.exe" + "url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel-$version-windows-8.0-amd64.exe#/tunnel.exe" } } }