Merge remote-tracking branch 'origin/master' into redux
This commit is contained in:
commit
582b479a3e
2 changed files with 10 additions and 4 deletions
|
@ -6,9 +6,11 @@ This is a graphical browser for the decentralized content marketplace provided b
|
||||||
|
|
||||||
We provide installers for Windows, macOS, and Debian-based Linux.
|
We provide installers for Windows, macOS, and Debian-based Linux.
|
||||||
|
|
||||||
| Windows | macOS | Linux |
|
| | Windows | macOS | Linux |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| [Download](https://lbry.io/get/lbry.exe) | [Download](https://lbry.io/get/lbry.dmg) | [Download](https://lbry.io/get/lbry.deb) |
|
| Latest Stable Release | [Download](https://lbry.io/get/lbry.exe) | [Download](https://lbry.io/get/lbry.dmg) | [Download](https://lbry.io/get/lbry.deb) |
|
||||||
|
| Latest Prerelease | [Download](https://lbry.io/get/lbry.pre.exe) | [Download](https://lbry.io/get/lbry.pre.dmg) | [Download](https://lbry.io/get/lbry.pre.deb) |
|
||||||
|
|
||||||
|
|
||||||
Our [releases page](https://github.com/lbryio/lbry-app/releases/latest) also contains the latest release, pre-releases, and past builds.
|
Our [releases page](https://github.com/lbryio/lbry-app/releases/latest) also contains the latest release, pre-releases, and past builds.
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,11 @@
|
||||||
"schemes": ["lbry"]
|
"schemes": ["lbry"]
|
||||||
}],
|
}],
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": "deb"
|
"target": "deb",
|
||||||
|
"desktop": {
|
||||||
|
"MimeType": "x-scheme-handler/lbry",
|
||||||
|
"Exec": "/opt/LBRY/lbry %U"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "nsis"
|
"target": "nsis"
|
||||||
|
|
Loading…
Reference in a new issue