From 913488234f3e4659a9956a12506d475386bc0bde Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:12:43 +0100 Subject: [PATCH] Update dockutil-labels.sh --- dockutil-labels.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index a3a06c8..ada34ba 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -195,6 +195,16 @@ if [[ " $@ " =~ "teamviewerhost" ]]; then APPNA="TeamViewer Host" APPPA="/Applications" +fi +if [[ " $@ " =~ "appleremotedesktop" ]]; then + APPNA="Remote Desktop" + APPPA="/Applications" + +fi +if [[ " $@ " =~ "screensharing" ]]; then + APPNA="Screen Sharing" + APPPA="/System/Library/CoreServices/Applications" + fi if [[ " $@ " =~ "microsoftremotedesktop" ]]; then APPNA="Microsoft Remote Desktop"