Update functions.sh

This commit is contained in:
Søren Theilgaard
2022-02-09 09:41:03 +01:00
parent c55cc788bb
commit dd83f6bd75

View File

@@ -241,6 +241,9 @@ getAppVersion() {
else
printlog "App(s) found: ${applist}" DEBUG
fi
if [[ $type =~ '^(dmg|zip|tbz|app.*)$']]; then
printlog "targetDir for installation: $targetDir" INFO
fi
appPathArray=( ${(0)applist} )