From d103fe2fcdd8815d804c843471d03d88320e4568 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:02:26 +0100 Subject: [PATCH] Update dockutil-labels.sh --- dockutil-labels.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index f861015..bbfb59a 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -292,6 +292,11 @@ if [[ " $@ " =~ "nordpass" ]]; then APPNA="NordPass" APPPA="/Applications" +fi +if [[ " $@ " =~ "btcloudphone" ]]; then + APPNA="BT Cloud Phone" + APPPA="/Applications" + fi # ******************************************************************************************************************************** # END APP LABELS