diff --git a/install.py b/install.py index 0015f23..da014f0 100644 --- a/install.py +++ b/install.py @@ -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"],