From 97897baebf3b69fb7ff1ec55c70903d07c0b4d99 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 4 Jan 2023 16:18:49 +0000 Subject: [PATCH] paths: add brave --- src/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.js b/src/index.js index 90471c3..82bca35 100644 --- a/src/index.js +++ b/src/index.js @@ -31,6 +31,7 @@ const browserPaths = ({ edge_canary: join('Microsoft', 'Edge SxS', 'Application', 'msedge.exe'), thorium: join('Thorium', 'Application', 'thorium.exe'), + brave: join('BraveSoftware', 'Brave-Browser', 'Application', 'brave.exe'), firefox: join('Mozilla Firefox', 'firefox.exe'), firefox_developer: join('Firefox Developer Edition', 'firefox.exe'), @@ -54,6 +55,7 @@ const browserPaths = ({ edge_canary: [ 'microsoft-edge-canary', 'microsoft-edge-browser-canary', 'microsoft-edge-canary-browser' ], thorium: [ 'thorium', 'thorium-browser' ], + brave: [ 'brave', 'brave-browser' ], firefox: [ 'firefox', 'firefox-browser' ], firefox_nightly: [ 'firefox-nightly', 'firefox-nightly-browser', 'firefox-browser-nightly' ], @@ -74,6 +76,8 @@ const browserPaths = ({ edge_dev: '/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge Dev', edge_canary: '/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge Canary', + brave: '/Applications/Brave Browser.app/Contents/MacOS/Brave Browser', + firefox: '/Applications/Firefox.app/Contents/MacOS/firefox', firefox_nightly: '/Applications/Firefox Nightly.app/Contents/MacOS/firefox' }