mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
13 lines
572 B
PHP
13 lines
572 B
PHP
<small class="meta">
|
|
Version <?php echo $version ?>
|
|
|
|
<br/>
|
|
|
|
<?php if ($os === OS::OS_LINUX): ?>
|
|
We provide app builds as AppImage and .deb. For other Linux flavors including Arch and Flatpak support or compiling from source, <a href="https://github.com/lbryio/lbry-desktop#install">see our GitHub install page</a>.
|
|
<?php elseif ($os === OS::OS_OSX): ?>
|
|
Works with with macOS version 10.12.4 (Sierra), and higher.
|
|
<?php elseif ($sourceLink): ?>
|
|
Like source code? Go <a href="https://github.com/lbryio/lbry-desktop">here</a>.
|
|
<?php endif ?>
|
|
</small>
|