Skip to content

Commit

Permalink
fix path typo for chromium mac
Browse files Browse the repository at this point in the history
  • Loading branch information
obartra authored and Oscar Bartra committed Feb 7, 2020
1 parent f48e6fd commit e85a768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/launcher/lib/darwin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const detectChrome = partial(findApp, [
])
const detectChromium = partial(findApp, [
'Chromium.app',
'Contents/DMacOS/Chromium',
'Contents/MacOS/Chromium',
'org.chromium.Chromium',
'CFBundleShortVersionString',
])
Expand Down

0 comments on commit e85a768

Please sign in to comment.