chromium is also an option for executable name on Linux

This commit is contained in:
Miki Tebeka 2017-05-08 10:17:27 +03:00 committed by Kenneth Shaw
parent 3b6d7ebbaf
commit d2a7882b93

View File

@ -13,6 +13,7 @@ const (
var chromeNames = []string{
"google-chrome",
"chromium-browser",
"chromium",
"google-chrome-beta",
"google-chrome-unstable",
}