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

@@ -20,6 +20,7 @@ func init() {
for _, path := range []string{
"/usr/bin/firefox", nssDB, "/Applications/Firefox.app",
"/Applications/Firefox Developer Edition.app",
"C:\\Program Files\\Mozilla Firefox",
} {
_, err := os.Stat(path)
hasNSS = hasNSS || err == nil