add chromium in the find_chrome_executable for windows

This commit is contained in:
dem4ply 2024-01-07 21:31:46 -06:00
parent 783b839315
commit 4e551d8c9e
1 changed files with 1 additions and 0 deletions

View File

@ -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: