add installer dmg

This commit is contained in:
Jack Robison 2016-03-26 16:05:14 -04:00
parent 4a1f63c3bf
commit 82041a9525

View file

@ -51,6 +51,8 @@ class Controller
return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307); return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307);
case '/dl/lbry_setup.sh': case '/dl/lbry_setup.sh':
return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307); return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307);
case '/Install-LBRY.dmg':
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/Install+LBRY.dmg', 307);
default: default:
$noSlashUri = ltrim($uri, '/'); $noSlashUri = ltrim($uri, '/');
if (View::exists('page/' . $noSlashUri)) if (View::exists('page/' . $noSlashUri))