mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
Merge pull request #3328 from bennofs/browser-chrome-unstable
addons/browser: fallback to google-chrome-unstable as last try
This commit is contained in:
commit
97244a7e0e
@ -19,6 +19,7 @@ def get_chrome_executable() -> typing.Optional[str]:
|
||||
"chrome",
|
||||
"chromium",
|
||||
"chromium-browser",
|
||||
"google-chrome-unstable",
|
||||
):
|
||||
if shutil.which(browser):
|
||||
return browser
|
||||
|
Loading…
Reference in New Issue
Block a user