From 5c50e20d57e7f89fa2e96a666c625225efd46124 Mon Sep 17 00:00:00 2001 From: jimbo2k2 <42574264+jimbo2k2@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:38:43 +0100 Subject: [PATCH] Update dockutil-labels.sh Added FileMaker 15 label --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 470a055..cc7a601 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -173,6 +173,11 @@ if [[ " $@ " =~ "monday" ]]; then APPNA="monday.com" APPPA="/Applications" +fi +if [[ " $@ " =~ "filemaker15" ]]; then + APPNA="FileMaker Pro" + APPPA="/Applications/FileMaker Pro 15" + fi # ******************************************************************************************************************************** # END APP LABELS