diff --git a/README.md b/README.md index 7403db3bf..0819f2cbc 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 05ba37eb9..bcdf0aacb 100644 --- a/package.json +++ b/package.json @@ -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"