Offer a less confusing warning about Firefox on Windows

This commit is contained in:
Filippo Valsorda
2018-08-12 21:44:02 -04:00
parent 5fc72d92bc
commit e5f9c16f8c
3 changed files with 6 additions and 4 deletions

View File

@@ -13,9 +13,8 @@ import (
)
var (
FirefoxPath = "C:\\Program Files\\Mozilla Firefox"
FirefoxProfile = os.Getenv("USERPROFILE") + "\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles"
CertutilInstallHelp = "<certutil unsupported on Windows>"
CertutilInstallHelp = "" // certutil unsupported on Windows
NSSBrowsers = "Firefox"
)