Merge pull request #2968 from Oliver-Fish/arch-aur-googlechrome

Added Support for AUR Google Chrome
This commit is contained in:
Aldo Cortesi 2018-03-07 19:11:35 +13:00 committed by GitHub
commit 56904e02c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ def get_chrome_executable() -> typing.Optional[str]:
r"C:\Program Files (x86)\Google\Application\chrome.exe",
# Linux binary names from Python's webbrowser module.
"google-chrome",
"google-chrome-stable",
"chrome",
"chromium",
"chromium-browser",