Add support for Firefox Developer Edition

This also fixes a bug where we wouldn't install to Chrome on Linux if
Firefox wasn't also present.

Closes #48
Updates #51
This commit is contained in:
Filippo Valsorda
2018-08-12 21:11:34 -04:00
parent ba12bc5899
commit 61180c71ad
3 changed files with 8 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ import (
)
var (
FirefoxPath = "/usr/bin/firefox"
FirefoxProfile = os.Getenv("HOME") + "/.mozilla/firefox/*"
CertutilInstallHelp = `apt install libnss3-tools" or "yum install nss-tools`
NSSBrowsers = "Firefox and/or Chrome/Chromium"