Browse Source

Add "Firefox Nightly.app" support on macOS (#102)

graystevens 6 years ago
parent
commit
610df05c5c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      truststore_nss.go

+ 1 - 0
truststore_nss.go

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