Added several labels that are now used in Instal..

This commit is contained in:
Michael
2022-11-27 13:45:35 +00:00
parent e3ec1e426a
commit 5a6a28433c

View File

@@ -151,6 +151,21 @@ if [[ " $@ " =~ "filemakerpro" ]]; then
APPNA="FileMaker Pro"
APPPA="/Applications"
fi
if [[ " $@ " =~ "keka" ]]; then
APPNA="Keka"
APPPA="/Applications"
fi
if [[ " $@ " =~ "icons" ]]; then
APPNA="Icons"
APPPA="/Applications"
fi
if [[ " $@ " =~ "cyberduck" ]]; then
APPNA="Cyberduck"
APPPA="/Applications"
fi
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY