diff --git a/_templates/download.html b/_templates/download.html index 588958ee..5b1d191d 100755 --- a/_templates/download.html +++ b/_templates/download.html @@ -17,8 +17,8 @@ win64exe: "win64-setup.exe" macdmg: "-osx.dmg" #macdmg: ".dmg" mactar: "osx64.tar.gz" -lin32: "linux32.tar.gz" -lin64: "linux64.tar.gz" +lin32: "i686-pc-linux-gnu.tar.gz" +lin64: "x86_64-linux-gnu.tar.gz" --- {% if site.env.BITCOINORG_BUILD_TYPE %} @@ -69,16 +69,18 @@ lin64: "linux64.tar.gz"
@@ -86,6 +88,7 @@ lin64: "linux64.tar.gz" {% translate downloadsig %}@@ -153,12 +156,14 @@ case 'mac': but.href = hrefmacdmg; break; } + {% else %} {% capture redirect %}https://bitcoin.org/{{page.lang}}/{% translate download url %}{% endcapture %} +