mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
also check for macOS binary defaults
This commit is contained in:
parent
b2ccb7dbcb
commit
a74d8410f4
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue