mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Minor comment
Just added a bit to a comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user