Update dockutil-labels-user.sh

This commit is contained in:
Michael
2023-07-07 18:20:37 +01:00
committed by GitHub
parent 339f817e9d
commit e3511cd9e8

View File

@@ -33,11 +33,21 @@ if [[ " $@ " =~ "googlechrome" ]]; then
APPNA="Google Chrome"
APPPA="/Applications"
fi
if [[ " $@ " =~ "googlechromeenterprise" ]]; then
APPNA="Google Chrome"
APPPA="/Applications"
fi
if [[ " $@ " =~ "firefox" ]]; then
APPNA="Firefox"
APPPA="/Applications"
fi
if [[ " $@ " =~ "brave" ]]; then
APPNA="Brave Browser"
APPPA="/Applications"
fi
# MICROSOFT OFFICE APPS
@@ -61,7 +71,11 @@ if [[ " $@ " =~ "microsoftoutlook" ]]; then
APPPA="/Applications"
fi
if [[ " $@ " =~ "microsoftonenote" ]]; then
APPNA="Microsoft OneNote"
APPPA="/Applications"
fi
# CLOUD STORAGE APPS
if [[ " $@ " =~ "dropbox" ]]; then
@@ -118,8 +132,8 @@ if [[ " $@ " =~ "acrobatdc" ]]; then
fi
if [[ " $@ " =~ "adobereaderdc" ]]; then
APPNA="Adobe Acrobat Reader"
APPPA="/Applications"
APPNA="Adobe Acrobat Reader"
APPPA="/Applications"
fi
if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then
@@ -128,6 +142,26 @@ if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then
fi
#OTHERS
if [[ " $@ " =~ "console" ]]; then
APPNA="Console"
APPPA="/Applications/Utilities"
fi
if [[ " $@ " =~ "activitymonitor" ]]; then
APPNA="Activity Monitor"
APPPA="/Applications/Utilities"
fi
if [[ " $@ " =~ "diskutility" ]]; then
APPNA="Disk Utility"
APPPA="/Applications/Utilities"
fi
if [[ " $@ " =~ "terminal" ]]; then
APPNA="Terminal"
APPPA="/Applications/Utilities"
fi
if [[ " $@ " =~ "mail" ]]; then
APPNA="Mail"
APPPA="/Applications"
@@ -152,6 +186,21 @@ if [[ " $@ " =~ "teamviewer" ]]; then
APPNA="TeamViewer"
APPPA="/Applications"
fi
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"
@@ -187,6 +236,16 @@ if [[ " $@ " =~ "cyberduck" ]]; then
APPNA="Cyberduck"
APPPA="/Applications"
fi
if [[ " $@ " =~ "asana" ]]; then
APPNA="Asana"
APPPA="/Applications"
fi
if [[ " $@ " =~ "googledrive" ]]; then
APPNA="Google Drive"
APPPA="/Applications"
fi
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY
@@ -234,6 +293,21 @@ if [[ " $@ " =~ "3cx" ]]; then
APPNA="3CX Desktop App"
APPPA="/Applications"
fi
if [[ " $@ " =~ "nordlayer" ]]; then
APPNA="NordLayer"
APPPA="/Applications"
fi
if [[ " $@ " =~ "nordpass" ]]; then
APPNA="NordPass"
APPPA="/Applications"
fi
if [[ " $@ " =~ "btcloudphone" ]]; then
APPNA="BT Cloud Phone"
APPPA="/Applications"
fi
# ********************************************************************************************************************************
# END APP LABELS
@@ -255,6 +329,13 @@ if [[ " $@ " =~ "systempreferences" ]]; then
fi
# SYSTEM PREFERENCES
if [[ " $@ " =~ "systemsettings" ]]; then
APPNA="System Settings"
APPPA="/Applications"
fi
# LAUNCHPAD
if [[ " $@ " =~ "launchpad" ]]; then
APPNA="Launchpad"