From 51c7548dd93677314ed88ca89dd5cd41eacc00b9 Mon Sep 17 00:00:00 2001 From: Radoslav Vitanov Date: Mon, 12 Sep 2016 08:31:49 +0300 Subject: [PATCH] Fix Redhat desktop launcher The problem is that under RHEL the generated desktop launcher does not have the correct mine types, so Brave can not be set as default browser. This was reported and fixed here https://github.com/brave/browser-laptop/issues/2839 in both Brave and electron-redhat-installer package. However the fixed version of the installer package was never used by Brave. This PR bumps the version so it should work ok now. Fixes #3776 Auditors: @bbondy Test Plan: 1. Install Brave under Fedora 24 and make sure it can be set as default browser from the Default applications menu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8486a18634f..6d418169bcc 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ }, "optionalDependencies": { "electron-installer-debian": "^0.3.0", - "electron-installer-redhat": "^0.2.0" + "electron-installer-redhat": "^0.3.0" }, "standard": { "ignore": [