Merge pull request #364 from lra/fix_download_link

Fix a broken download link to the OSX client
This commit is contained in:
saivann 2014-04-08 19:16:59 -04:00
commit c5eb85b331

View file

@ -66,7 +66,7 @@ case 'ubuntu':
break;
case 'mac':
but.getElementsByTagName('IMG')[0].src='/img/but_mac.svg';
but.href='/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg';
but.href='/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx-setup.dmg';
break;
}
</script>