update android gif + og image for app

This commit is contained in:
Thomas Zarebczan 2019-08-27 11:05:40 -04:00 committed by GitHub
parent b9899a36e5
commit 22435b9edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,14 +25,14 @@ class DownloadActions extends Actions
$params = [
'osTitle' => $osTitle,
'osIcon' => $osIcon,
'osScreenshotSrc' => 'https://spee.ch/@lbry:3f/lbrycom-gif.gif',
'osScreenshotSrc' => 'https://spee.ch/b/desktop-035-og.jpeg',
'os' => $os
];
if ($os === OS::OS_ANDROID)
{
$params['downloadUrl'] = static::ANDROID_STORE_URL;
$params['osScreenshotSrc'] = 'https://spee.ch/95ccabb4e73552fada5ef517fc8366e265980cd1/lbry-android-beta.gif';
$params['osScreenshotSrc'] = 'https://spee.ch/@lbry:3f/android-08-homepage.gif';
}
else
{