Added Support for AUR Google Chrome
This commit is contained in:
parent
cc00b03554
commit
ee4dd2bafd
|
@ -15,6 +15,7 @@ def get_chrome_executable() -> typing.Optional[str]:
|
||||||
r"C:\Program Files (x86)\Google\Application\chrome.exe",
|
r"C:\Program Files (x86)\Google\Application\chrome.exe",
|
||||||
# Linux binary names from Python's webbrowser module.
|
# Linux binary names from Python's webbrowser module.
|
||||||
"google-chrome",
|
"google-chrome",
|
||||||
|
"google-chrome-stable",
|
||||||
"chrome",
|
"chrome",
|
||||||
"chromium",
|
"chromium",
|
||||||
"chromium-browser",
|
"chromium-browser",
|
||||||
|
|
Loading…
Reference in New Issue