mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
ENH Add Firefox Developer path to Windows search
This commit is contained in:
@@ -262,11 +262,13 @@ def load_libnss():
|
||||
locations: list[str] = [
|
||||
"", # Current directory or system lib finder
|
||||
os.path.expanduser("~\\AppData\\Local\\Mozilla Firefox"),
|
||||
os.path.expanduser("~\\AppData\\Local\\Firefox Developer Edition"),
|
||||
os.path.expanduser("~\\AppData\\Local\\Mozilla Thunderbird"),
|
||||
os.path.expanduser("~\\AppData\\Local\\Nightly"),
|
||||
os.path.expanduser("~\\AppData\\Local\\SeaMonkey"),
|
||||
os.path.expanduser("~\\AppData\\Local\\Waterfox"),
|
||||
"C:\\Program Files\\Mozilla Firefox",
|
||||
"C:\\Program Files\\Firefox Developer Edition",
|
||||
"C:\\Program Files\\Mozilla Thunderbird",
|
||||
"C:\\Program Files\\Nightly",
|
||||
"C:\\Program Files\\SeaMonkey",
|
||||
@@ -276,6 +278,7 @@ def load_libnss():
|
||||
locations = [
|
||||
"", # Current directory or system lib finder
|
||||
"C:\\Program Files (x86)\\Mozilla Firefox",
|
||||
"C:\\Program Files (x86)\\Firefox Developer Edition",
|
||||
"C:\\Program Files (x86)\\Mozilla Thunderbird",
|
||||
"C:\\Program Files (x86)\\Nightly",
|
||||
"C:\\Program Files (x86)\\SeaMonkey",
|
||||
|
||||
Reference in New Issue
Block a user