From 6f678f92d9de77430793b054c678c3f7a1845bbe Mon Sep 17 00:00:00 2001 From: erikeah Date: Wed, 3 Nov 2021 22:42:03 +0000 Subject: [PATCH] Update src/install_host_app.sh Co-authored-by: Thomas Vogt --- src/install_host_app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install_host_app.sh b/src/install_host_app.sh index a0cbbfd..c2a4c48 100755 --- a/src/install_host_app.sh +++ b/src/install_host_app.sh @@ -20,13 +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" + TARGET_DIR_LIBREWOLF="/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" + TARGET_DIR_LIBREWOLF="$HOME/Library/Application Support/LibreWolf/NativeMessagingHosts" fi else if [ "$(whoami)" = "root" ]; then