META-INF.jreleaser.templates.native-image.chocolatey.tools.chocolateyinstall.ps1.tpl Maven / Gradle / Ivy
# {{jreleaserCreationStamp}}
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
Install-ChocolateyZipPackage `
-PackageName '{{chocolateyPackageName}}' `
-Url '{{distributionUrl}}' `
-Checksum '{{distributionChecksumSha256}}' `
-ChecksumType 'sha256' `
-UnzipLocation $package