1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/choco/tools/chocolateyInstall.ps1
Reinhard Pointner 51a777a746 Fix choco build
2018-08-09 16:20:36 +07:00

2 lines
215 B
PowerShell

Install-ChocolateyPackage -PackageName '@{package.name}' -FileType 'msi' -SilentArgs '/quiet' -Url64bit '@{link.release.index}/@{release}/@{release}_x64.msi' -ChecksumType64 'sha256' -Checksum64 '@{x64.msi.sha256}'