Update dockutil-labels.sh

This commit is contained in:
Michael
2023-06-27 20:12:43 +01:00
committed by GitHub
parent 4e722453de
commit 913488234f

View File

@@ -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"