From 87f3d7a16b7d2bc4922d0f6ff2cd7b577528e976 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 3 Apr 2021 18:37:45 +1300 Subject: [PATCH] Fix `chrome` app on macOS (#240) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3e43373..7860a73 100644 --- a/index.js +++ b/index.js @@ -249,7 +249,7 @@ function detectPlatformBinary({[platform]: platformBinary}, {wsl}) { const apps = {}; defineLazyProperty(apps, 'chrome', () => detectPlatformBinary({ - darwin: 'google chrome canary', + darwin: 'google chrome', win32: 'chrome', linux: ['google-chrome', 'google-chrome-stable'] }, {