2020-10-29 16:53:59 -04:00
|
|
|
$packageArgs = @{
|
|
|
|
packageName = $env:ChocolateyPackageName
|
|
|
|
FileType = 'exe'
|
|
|
|
SilentArgs = '/S'
|
2021-08-04 02:47:39 -04:00
|
|
|
Url64 = '\\ucs\software\CHITUBOX64Install_V1.9.0.exe'
|
|
|
|
Checksum64 = '80948c50456274283d2f9e532452f494ad6fd7c67ff44eb4bd3d5b27e47528cb'
|
2020-10-29 16:53:59 -04:00
|
|
|
ChecksumType64 = 'sha256'
|
|
|
|
ValidExitCodes = @(0, 1223)
|
|
|
|
}
|
|
|
|
|
|
|
|
Install-ChocolateyPackage @packageArgs
|