mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +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"))],
|
"command": [str(Path("C:/Program Files/Mozilla Firefox/firefox"))],
|
||||||
"root": Path(getenv("APPDATA") or "").joinpath("Mozilla/Firefox").resolve(),
|
"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
|
# linux
|
||||||
{
|
{
|
||||||
"command": ["firefox"],
|
"command": ["firefox"],
|
||||||
|
|||||||
Reference in New Issue
Block a user