From c0691cc89e2d309b4f1c693c71f584489cb03198 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 16 May 2023 18:19:12 +0100 Subject: [PATCH] Update dockutil-labels.sh adding Asana.app --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 38b89be..70f431f 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -216,6 +216,11 @@ if [[ " $@ " =~ "cyberduck" ]]; then APPNA="Cyberduck" APPPA="/Applications" +fi +if [[ " $@ " =~ "asana" ]]; then + APPNA="Asana" + APPPA="/Applications" + fi # NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY