mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Added support to LibreWolf MacOS
This commit is contained in:
parent
cb3241db06
commit
0c814a1aab
@ -20,11 +20,13 @@ if [ "$KERNEL_NAME" = 'Darwin' ]; then
|
||||
TARGET_DIR_CHROMIUM="/Library/Application Support/Chromium/NativeMessagingHosts"
|
||||
TARGET_DIR_FIREFOX="/Library/Application Support/Mozilla/NativeMessagingHosts"
|
||||
TARGET_DIR_VIVALDI="/Library/Application Support/Vivaldi/NativeMessagingHosts"
|
||||
TARGET_DIR_FIREFOX="/Library/Application Support/LibreWolf/NativeMessagingHosts"
|
||||
else
|
||||
TARGET_DIR_CHROME="$HOME/Library/Application Support/Google/Chrome/NativeMessagingHosts"
|
||||
TARGET_DIR_CHROMIUM="$HOME/Library/Application Support/Chromium/NativeMessagingHosts"
|
||||
TARGET_DIR_FIREFOX="$HOME/Library/Application Support/Mozilla/NativeMessagingHosts"
|
||||
TARGET_DIR_VIVALDI="$HOME/Library/Application Support/Vivaldi/NativeMessagingHosts"
|
||||
TARGET_DIR_FIREFOX="$HOME/Library/Application Support/LibreWolf/NativeMessagingHosts"
|
||||
fi
|
||||
else
|
||||
if [ "$(whoami)" = "root" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user