mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-07 06:13:13 +01:00
Update functions.sh
This commit is contained in:
@@ -241,6 +241,9 @@ getAppVersion() {
|
|||||||
else
|
else
|
||||||
printlog "App(s) found: ${applist}" DEBUG
|
printlog "App(s) found: ${applist}" DEBUG
|
||||||
fi
|
fi
|
||||||
|
if [[ $type =~ '^(dmg|zip|tbz|app.*)$']]; then
|
||||||
|
printlog "targetDir for installation: $targetDir" INFO
|
||||||
|
fi
|
||||||
|
|
||||||
appPathArray=( ${(0)applist} )
|
appPathArray=( ${(0)applist} )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user