Minor comment

Just added a bit to a comment
This commit is contained in:
Søren Theilgaard
2021-07-18 20:21:31 +02:00
parent e8a9fab851
commit 301bc11d20

View File

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