Update dockutil-labels.sh

adding Asana.app
This commit is contained in:
Michael
2023-05-16 18:19:12 +01:00
committed by GitHub
parent a8813c40fc
commit c0691cc89e

View File

@@ -216,6 +216,11 @@ if [[ " $@ " =~ "cyberduck" ]]; then
APPNA="Cyberduck"
APPPA="/Applications"
fi
if [[ " $@ " =~ "asana" ]]; then
APPNA="Asana"
APPPA="/Applications"
fi
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY