Skip to content

Support Chromium and configurable Chrome Path #32

@holsee

Description

@holsee

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:

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions