Add: Install - Update fork browsers' profile PATH

This commit is contained in:
alstjr7375 2022-03-06 01:27:54 +09:00
parent 3f96fc2d90
commit ffab259940
2 changed files with 9 additions and 6 deletions

View file

@ -380,7 +380,8 @@ function Menu {
# $HOME = (get-psprovider 'FileSystem').Home
$firefoxProfileDirPaths = @(
"${HOME}\AppData\Roaming\Mozilla\Firefox",
"${HOME}\AppData\Roaming\LibreWolf"
"${HOME}\AppData\Roaming\Waterfox",
"${HOME}\AppData\Roaming\librewolf"
)
function Check-ProfileDir() {

View file

@ -336,14 +336,16 @@ multiselect() {
#== Profile Dir ================================================================
firefoxProfileDirPaths=(
"${HOME}/.mozilla/firefox"
"${HOME}/.librewolf/"
"${HOME}/.firedragon/"
"${HOME}/.waterfox"
"${HOME}/.librewolf"
"${HOME}/.pulse-browser"
"${HOME}/.firedragon"
"${HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox"
"${HOME}/snap/firefox/common/.mozilla/firefox"
"${HOME}/snap/firefox/common/.librewolf/"
"${HOME}/snap/firefox/common/.firedragon/"
"${HOME}/Library/Application Support/Firefox"
"${HOME}/Library/Application Support/LibreWolf"
"${HOME}/Library/Application Support/Waterfox"
"${HOME}/Library/Application Support/libreWolf"
"${HOME}/Library/Application Support/pulse-browser"
)
check_profile_dir() {