Skip to content

Commit

Permalink
Fix chrome app on macOS (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb committed Apr 3, 2021
1 parent 8881dab commit 87f3d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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']
}, {
Expand Down

0 comments on commit 87f3d7a

Please sign in to comment.