mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04: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-beta',
|
||||||
'google-chrome-canary',
|
'google-chrome-canary',
|
||||||
'google-chrome-dev',
|
'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:
|
for name in common_chrome_executable_names:
|
||||||
full_path_exists = shutil.which(name)
|
full_path_exists = shutil.which(name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue