Reputation: 128
I'm using apparition together with heroku-buildpack-google-chrome configured as unstable
and I'm trying to specify a custom chrome binary path: /app/.apt/usr/bin/google-chrome-unstable
.
Is there a way to do this in apparition?
Upvotes: 1
Views: 367
Reputation: 49910
If you set the environment variable BROWSER_PATH
it will be used as the location of the Chrome binary.
Upvotes: 3