add chromium in the find_chrome_executable for windows
This commit is contained in:
parent
783b839315
commit
4e551d8c9e
|
@ -890,6 +890,7 @@ def find_chrome_executable():
|
|||
if item is not None:
|
||||
for subitem in (
|
||||
"Google/Chrome/Application",
|
||||
"Chromium/Application",
|
||||
):
|
||||
candidates.add(os.sep.join((item, subitem, "chrome.exe")))
|
||||
for candidate in candidates:
|
||||
|
|
Loading…
Reference in New Issue