From 82041a95256fd16dd5f1ae11edefab5debea014b Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sat, 26 Mar 2016 16:05:14 -0400 Subject: [PATCH] add installer dmg --- controller/Controller.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controller/Controller.class.php b/controller/Controller.class.php index c0086f2f..6585faa5 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -51,6 +51,8 @@ class Controller return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307); case '/dl/lbry_setup.sh': 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: $noSlashUri = ltrim($uri, '/'); if (View::exists('page/' . $noSlashUri))