added filemakerpro

This commit is contained in:
Michael
2022-11-27 13:42:03 +00:00
parent 9de3ec4543
commit e3ec1e426a

View File

@@ -146,6 +146,11 @@ if [[ " $@ " =~ "1password7" ]]; then
APPNA="1Password 7"
APPPA="/Applications"
fi
if [[ " $@ " =~ "filemakerpro" ]]; then
APPNA="FileMaker Pro"
APPPA="/Applications"
fi
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY
@@ -234,4 +239,4 @@ fi
if [[ " $@ " =~ '' ]]; then
# whatever you want to do when array contains value
echo No Label Provided
fi
fi