mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-02 00:05:27 +00:00
Merge pull request #2968 from Oliver-Fish/arch-aur-googlechrome
Added Support for AUR Google Chrome
This commit is contained in:
commit
56904e02c3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user