Update Installomator.sh

This commit is contained in:
Søren Theilgaard
2021-07-20 19:51:44 +02:00
parent 301bc11d20
commit 0c17713751

View File

@@ -346,7 +346,7 @@ getAppVersion() {
fi
fi
# get app in /Applications, or /Applications/Utilities, or find using Spotify
# get app in /Applications, or /Applications/Utilities, or find using Spotlight
if [[ -d "/Applications/$appName" ]]; then
applist="/Applications/$appName"
elif [[ -d "/Applications/Utilities/$appName" ]]; then