Skip to content

Commit bc92aae

Browse files
authored
Update dockutil-labels.sh
Added RingCentral
1 parent e3511cd commit bc92aae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dockutil-labels.sh

+5
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ if [[ " $@ " =~ "googledrive" ]]; then
255255
APPNA="Google Drive"
256256
APPPA="/Applications"
257257

258+
fi
259+
if [[ " $@ " =~ "ringcentralphone" ]]; then
260+
APPNA="RingCentral for Mac"
261+
APPPA="/Applications"
262+
258263
fi
259264
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY
260265

0 commit comments

Comments
 (0)