mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update Installomator.sh
This commit is contained in:
@@ -346,7 +346,7 @@ getAppVersion() {
|
|||||||
fi
|
fi
|
||||||
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
|
if [[ -d "/Applications/$appName" ]]; then
|
||||||
applist="/Applications/$appName"
|
applist="/Applications/$appName"
|
||||||
elif [[ -d "/Applications/Utilities/$appName" ]]; then
|
elif [[ -d "/Applications/Utilities/$appName" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user