mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
install.py: add support for macOS (#434)
This commit is contained in:
@@ -65,6 +65,11 @@ INSTALLATIONS_TO_CHECK = [
|
||||
"command": ["flatpak", "run", "org.mozilla.firefox"],
|
||||
"root": Path.home().joinpath(".var/app/org.mozilla.firefox/.mozilla/firefox").absolute(),
|
||||
},
|
||||
# macOS
|
||||
{
|
||||
"command": ["/Applications/Firefox.app/Contents/MacOS/firefox"],
|
||||
"root": Path.home().joinpath("Library/Application Support/Firefox").absolute(),
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user