diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6df07..9753a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +- Change in finding installed apps. We now look in /Applications and /Applications/Utilities first. If not found there, we use spotligt to find it. (We discovered a problem when a user has Parallels Windows installed with Microsoft Edge in it. Then Installomator wanted to update the app all the time, becaus spotligt found that Windows version of the app that Parallels created.) +- Added bunch of new labels +- Improved `buildCaseStatement.sh` a lot. It is a great start when figuring out how to create a new label for an app, or a piece of software. + ## v0.5 - 2021-04-13 - Major update and now with help from @Theile and @Isaac diff --git a/buildCaseStatement.sh b/buildCaseStatement.sh index 9b7538b..060f75f 100755 --- a/buildCaseStatement.sh +++ b/buildCaseStatement.sh @@ -7,6 +7,9 @@ downloadURL=${1?:"need to provide a download URL"} # Note: this tool _very_ experimental and does not work in many cases # That being said, it's a great place to start for building up the label in the Case-statement +# Usage +# ./buildCaseStatement.sh + # create temporary working directory tmpDir=$(dirname $0 )