Merge pull request #171 from sphen13/microsoftteams

dont use msupdate for microsoftteams
This commit is contained in:
Søren Theilgaard
2021-05-20 12:55:42 +02:00
committed by GitHub

View File

@@ -2993,8 +2993,9 @@ microsoftteams)
# Still using macadmin.software for version, as the path does not contain the version in a matching format. packageID can be used, but version is the same.
expectedTeamID="UBF8T346G9"
blockingProcesses=( Teams "Microsoft Teams Helper" )
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
updateToolArguments=( --install --apps TEAM01 )
# commenting out msupdate as it is not really supported *yet* for teams
#updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
#updateToolArguments=( --install --apps TEAM01 )
;;
microsoftvisualstudiocode|\
visualstudiocode)