mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Allow Firefox installed as non-admin (#423)
This commit is contained in:
@@ -51,6 +51,10 @@ INSTALLATIONS_TO_CHECK = [
|
||||
"command": [str(Path("C:/Program Files/Mozilla Firefox/firefox"))],
|
||||
"root": Path(getenv("APPDATA") or "").joinpath("Mozilla/Firefox").resolve(),
|
||||
},
|
||||
{
|
||||
"command": [str(Path(getenv("LOCALAPPDATA") or "").joinpath("Mozilla Firefox/firefox").resolve())],
|
||||
"root": Path(getenv("APPDATA") or "").joinpath("Mozilla/Firefox").resolve(),
|
||||
},
|
||||
# linux
|
||||
{
|
||||
"command": ["firefox"],
|
||||
|
||||
Reference in New Issue
Block a user