Merge pull request #364 from lra/fix_download_link
Fix a broken download link to the OSX client
This commit is contained in:
commit
c5eb85b331
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user