Added Support for AUR Google Chrome

This commit is contained in:
Oliver Fish 2018-03-07 03:45:49 +01:00
parent cc00b03554
commit ee4dd2bafd
1 changed files with 1 additions and 0 deletions

View File

@ -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",