From a79fcdbbd7744f8b7f4205382b09a26d3347db6f Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 19 May 2017 10:30:13 -0400 Subject: [PATCH 1/2] add prerelease link --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. From 4152061f958efd2663132858829b928491bc1c5a Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Thu, 11 May 2017 05:45:56 -0400 Subject: [PATCH 2/2] Add .desktop file settings to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af8cc1393..deb3ab4ca 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"