mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-31 04:12:23 +10:00
also check for macOS binary defaults
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user