Update dockutil-labels.sh

Added FileMaker 15 label
This commit is contained in:
jimbo2k2
2022-09-27 19:38:43 +01:00
committed by GitHub
parent c11acd2750
commit 5c50e20d57

View File

@@ -173,6 +173,11 @@ if [[ " $@ " =~ "monday" ]]; then
APPNA="monday.com"
APPPA="/Applications"
fi
if [[ " $@ " =~ "filemaker15" ]]; then
APPNA="FileMaker Pro"
APPPA="/Applications/FileMaker Pro 15"
fi
# ********************************************************************************************************************************
# END APP LABELS