-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Short term goal would be to support configuration of the path (as per other configuration through environment variables).
This function would need to be modified:
chroxy/lib/chroxy/chrome_server.ex
Lines 347 to 354 in a1997bd
| defp chrome_path do | |
| case :os.type() do | |
| {:unix, :darwin} -> | |
| "/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome" | |
| {:unix, _} -> | |
| "/usr/bin/google-chrome" | |
| end |
From early testing, Chromium was fully compatible.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers