Skip to content

Commit

Permalink
AU: 1 updated - microsoft-teams-new-bootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 18, 2024
1 parent fb06f30 commit dda2ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>microsoft-teams-new-bootstrapper</id>
<version>1.0.2334702</version>
<version>1.0.2400802</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/microsoft-teams-new-bootstrapper</packageSourceUrl>
<owners>flcdrg</owners>
<title>Microsoft Teams (new client) Bootstrapper (Machine-Wide Install)</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ([Version] $osVersion -lt [version] $minimumOsVersion) {
Write-Error "Microsoft Teams New Client requires a minimum of Windows 10 20H1 version $minimumOsVersion. You have $osVersion"
}

$checksum32 = '9F0B2F567A42CE42BB869A93F85E0932CACD85A6A67E9F1881BC134C00AFCCC0'
$checksum32 = '78821189F991FEDD83F1517C2941B5E32C4C96CB2D83F7A12E5A568A566BEC7A'

$downloadPath = Join-Path $toolsDir "teamsbootstrapper.exe"

Expand Down

0 comments on commit dda2ad4

Please sign in to comment.