From eb8093410f4bf58816f34b56cb5122a6f6ffffee Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Wed, 24 May 2023 08:31:33 +0100 Subject: [PATCH] Corrected path to Brave -> "./Brave Browser" --- dockutil-labels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index e5efdba..cbe8c96 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -49,7 +49,7 @@ if [[ " $@ " =~ "firefox" ]]; then fi if [[ " $@ " =~ "brave" ]]; then - APPNA="Brave" + APPNA="Brave Browser" APPPA="/Applications" fi