1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-11 11:55:03 -05:00
filebot/installer/chocolatey/tools/chocolateyInstall.ps1
Reinhard Pointner 4c9537d1e0 # File Release System
link.release.index: https://get.filebot.net/filebot/
2018-06-26 19:11:08 +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}'