diff --git a/dockutil-labels.sh b/dockutil-labels.sh index ada34ba..a9c1bd7 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -245,6 +245,11 @@ 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