mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
Added Support for AUR Google Chrome
This commit is contained in:
parent
cc00b03554
commit
ee4dd2bafd
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue