Merge pull request #3328 from bennofs/browser-chrome-unstable

addons/browser: fallback to google-chrome-unstable as last try
This commit is contained in:
Maximilian Hils 2018-09-14 18:19:24 +02:00 committed by GitHub
commit 97244a7e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ def get_chrome_executable() -> typing.Optional[str]:
"chrome",
"chromium",
"chromium-browser",
"google-chrome-unstable",
):
if shutil.which(browser):
return browser