From 7f40e95675aa695a9001f9c4e873f5bf4aa948db Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 3 Apr 2021 14:14:52 +1300 Subject: [PATCH] Fix `chrome` app on MacOS --- 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'] }, {