From ef12c77282ccf6c4e9ede8def11de28a8e9fb3f3 Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:35:45 +0100 Subject: [PATCH] Update dockutil-labels.sh Added Excell Cloud Voice Plus --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index cc7a601..be8e327 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -178,6 +178,11 @@ if [[ " $@ " =~ "filemaker15" ]]; then APPNA="FileMaker Pro" APPPA="/Applications/FileMaker Pro 15" +fi +if [[ " $@ " =~ "excellcloudvoice" ]]; then + APPNA="Excell Cloud Voice Plus" + APPPA="/Applications" + fi # ******************************************************************************************************************************** # END APP LABELS