Merge branch 'dev' into Update/install-detection

This commit is contained in:
Søren Theilgaard
2021-11-22 09:34:01 +01:00
committed by GitHub
11 changed files with 397 additions and 80 deletions

View File

@@ -214,6 +214,12 @@ if [[ $currentUser != "loginwindow" && $NOTIFY == "all" ]]; then
fi
fi
if [ -n "$installerTool" ]; then
# installerTool defined, and we use that for installation
printlog "installerTool used: $installerTool"
appName="$installerTool"
fi
case $type in
dmg)
installFromDMG