mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 23:36:22 +02: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