Skip to content

Commit

Permalink
Merge pull request #2550 from staeglis/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Dec 12, 2024
2 parents 797101f + b95c75c commit 6532325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
checksum64 = 'CDF4F3C5F9D4F95707B20C425DDCD4067CD05DCF21AFFA171D94325E666BDF08'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" ALLUSERS=1"
validExitCodes = @(0, 3010, 1641)
softwareName = 'Mattermost*'
}
Expand Down

0 comments on commit 6532325

Please sign in to comment.