1
0
Fork 0
mirror of synced 2024-06-27 02:20:36 +12:00

also check for macOS binary defaults

This commit is contained in:
Nick Sweeting 2019-03-08 16:25:25 -05:00
parent b2ccb7dbcb
commit a74d8410f4

View file

@ -73,6 +73,9 @@ if not CHROME_BINARY:
'google-chrome-beta',
'google-chrome-canary',
'google-chrome-dev',
'/Applications/Chromium.app/Contents/MacOS/Chromium',
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
'/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
)
for name in common_chrome_executable_names:
full_path_exists = shutil.which(name)