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'] }, {