mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 14:00:42 -08:00
Add: Installer - Check for librewolf profile dir #123
This commit is contained in:
parent
4c6b4ea5c8
commit
fd65de6855
1 changed files with 2 additions and 0 deletions
|
|
@ -336,7 +336,9 @@ multiselect() {
|
|||
firefoxProfileDirPaths=(
|
||||
"${HOME}/.mozilla/firefox"
|
||||
"${HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox"
|
||||
"${HOME}/.librewolf/"
|
||||
"${HOME}/Library/Application Support/Firefox"
|
||||
"${HOME}/Library/Application Support/LibreWolf"
|
||||
)
|
||||
|
||||
check_profile_dir() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue