DEBUG check in microsoft labels

This commit is contained in:
Søren Theilgaard
2021-11-22 11:31:20 +01:00
parent f621d36981
commit e5c25aa867
14 changed files with 17 additions and 13 deletions

View File

@@ -45,6 +45,11 @@ fi
printlog "################## Start Installomator v. $VERSION"
printlog "################## $label"
# Check for DEBUG mode
if [[ $DEBUG -gt 0 ]]; then
printlog "DEBUG mode $DEBUG enabled."
fi
# How we get version number from app
# (alternative is "CFBundleVersion", that can be used in labels)
versionKey="CFBundleShortVersionString"