From d258e5d838d186c8254076b6fe984626ccccbaa1 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 14 Dec 2022 15:47:56 +0000 Subject: [PATCH] gluon/paths: add a few more to Linux --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 82a87f7..549cd03 100644 --- a/src/index.js +++ b/src/index.js @@ -24,6 +24,8 @@ const browserPaths = ({ }, linux: { // these should be in path so just use the name of the binary + chrome: 'chrome', + chrome_canary: 'chrome-canary', chromium: 'chromium', firefox: 'firefox', }