From c9aa486021de765eecd0c6792e474e8652bd25c6 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 24 Jun 2021 10:57:58 +0900 Subject: [PATCH] Add: Installer - Mac profile path --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 8e8ca4e..56d9377 100755 --- a/install.sh +++ b/install.sh @@ -203,6 +203,7 @@ multiselect() { firefoxProfileDirPaths=( ~/.mozilla/firefox ~/.var/app/org.mozilla.firefox/.mozilla/firefox + ~/Library/Application\ Support/Firefox/Profiles ) check_profile_dir() {