From 856d098424504ea15e2238bae4831876d53fc81e Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:01:32 +0100 Subject: [PATCH] Update dockutil-labels.sh --- dockutil-labels.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dockutil-labels.sh b/dockutil-labels.sh index 8276ae5..f861015 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -75,7 +75,11 @@ if [[ " $@ " =~ "microsoftoutlook" ]]; then APPPA="/Applications" fi +if [[ " $@ " =~ "microsoftonenote" ]]; then + APPNA="Microsoft OneNote" + APPPA="/Applications" +fi # CLOUD STORAGE APPS if [[ " $@ " =~ "dropbox" ]]; then