Merge remote-tracking branch 'origin/master' into redux

This commit is contained in:
Jeremy Kauffman 2017-05-21 10:42:54 -04:00
commit 582b479a3e
2 changed files with 10 additions and 4 deletions

View file

@ -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.
| Windows | macOS | Linux |
| --- | --- | --- |
| [Download](https://lbry.io/get/lbry.exe) | [Download](https://lbry.io/get/lbry.dmg) | [Download](https://lbry.io/get/lbry.deb) |
| | Windows | macOS | Linux |
| --- | --- | --- | --- |
| 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.

View file

@ -38,7 +38,11 @@
"schemes": ["lbry"]
}],
"linux": {
"target": "deb"
"target": "deb",
"desktop": {
"MimeType": "x-scheme-handler/lbry",
"Exec": "/opt/LBRY/lbry %U"
}
},
"win": {
"target": "nsis"