1
0
Fork 0
mirror of synced 2024-05-19 03:42:24 +12:00

add linux config example

This commit is contained in:
Nick Sweeting 2019-01-23 01:48:04 -05:00
parent 95301c9306
commit 20de451515
2 changed files with 4 additions and 2 deletions

View file

@ -60,10 +60,11 @@ if not CHROME_BINARY:
'chromium-browser',
'chromium',
'google-chrome',
'google-chrome-stable',
'google-chrome-unstable',
'google-chrome-beta',
'google-chrome-canary',
'google-chrome-dev',
'google-chrome-unstable',
)
for name in common_chrome_executable_names:
full_path_exists = shutil.which(name)

View file

@ -34,8 +34,9 @@
### To lie and pretend to be Google Chrome when archiving, uncomment this line:
# WGET_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"
### To share a chrome data directory with your main browser, uncomment this line:
### To share a chrome data directory with your main browser, uncomment one of these lines:
# CHROME_USER_DATA_DIR="~/Library/Application Support/Google/Chrome/Default"
# CHROME_USER_DATA_DIR="~/.config/google-chrome/Default"
### To use a custom chrome binary, uncomment and set to binary name or full path:
# CHROME_BINARY="chromium-browser"