Add: Installer - Check for librewolf profile dir #123

This commit is contained in:
alstjr7375 2021-07-20 12:10:36 +09:00
parent 4c6b4ea5c8
commit fd65de6855

View file

@ -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() {