mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-04 12:55:11 +00:00
use dmg with version in name
This commit is contained in:
parent
82041a9525
commit
d47f510eaf
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +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':
|
case '/install-lbry-osx':
|
||||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/Install+LBRY.dmg', 307);
|
return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.0.dmg', 307);
|
||||||
default:
|
default:
|
||||||
$noSlashUri = ltrim($uri, '/');
|
$noSlashUri = ltrim($uri, '/');
|
||||||
if (View::exists('page/' . $noSlashUri))
|
if (View::exists('page/' . $noSlashUri))
|
||||||
|
|
Loading…
Add table
Reference in a new issue