From 6d6c011d309bdd3f881da40f6b3649bd979efeac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Fri, 27 Aug 2021 11:20:46 +0200 Subject: [PATCH] buildLabel.sh --- CHANGELOG.md | 2 +- utils/{buildCaseStatement.sh => buildLabel.sh} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename utils/{buildCaseStatement.sh => buildLabel.sh} (98%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0fa90..ff055c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - script is now assembled from fragments. This helps avoid merging conflicts on git and allows the core team to work on the script logic while also accepting new labels. See the "Assemble Script ReadMe" for details. - 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. +- Improved `buildLabel.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. Also renamed from `buildCaseStatement.sh` - Mosyle changed their app name from Business to Self-Service ## v0.6 - 2021-07-14 diff --git a/utils/buildCaseStatement.sh b/utils/buildLabel.sh similarity index 98% rename from utils/buildCaseStatement.sh rename to utils/buildLabel.sh index 07663ba..46e6a6b 100755 --- a/utils/buildCaseStatement.sh +++ b/utils/buildLabel.sh @@ -8,7 +8,7 @@ downloadURL=${1?:"need to provide a download URL"} # That being said, it's a great place to start for building up the label in the Case-statement # Usage -# ./buildCaseStatement.sh +# ./buildLabel.sh # create temporary working directory