🐛 fix nss default location on homebrew for Apple Silicon

Closes #114
This commit is contained in:
Cédric Levasseur
2024-10-22 11:24:19 +02:00
committed by Renato Alves
parent 2a163faf6c
commit 603f7083aa
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#### Changelog
##### 1.1.1+git
-
- Include Darwin homebrew path in nss search locations
##### 1.1.1
- Fix unhandled exception with deleted passwords - see #99

View File

@@ -330,6 +330,7 @@ def load_libnss():
"/sw/lib/firefox",
"/sw/lib/mozilla",
"/usr/local/opt/nss/lib", # nss installed with Brew on Darwin
"/opt/homebrew/lib", # nss installed with Brew on Darwin/Apple Silicon
"/opt/pkg/lib/nss", # installed via pkgsrc
"/Applications/Firefox.app/Contents/MacOS", # default manual install location
"/Applications/Thunderbird.app/Contents/MacOS",