META-INF.jreleaser.templates.binary.chocolatey.tools.chocolateyinstall.ps1.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-templates Show documentation
Show all versions of jreleaser-templates Show documentation
JReleaser packager templates
The newest version!
# {{jreleaserCreationStamp}}
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
Install-ChocolateyZipPackage `
-PackageName '{{chocolateyPackageName}}' `
-Url '{{distributionUrl}}' `
-Checksum '{{distributionChecksumSha256}}' `
-ChecksumType 'sha256' `
-UnzipLocation $package
© 2015 - 2025 Weber Informatics LLC | Privacy Policy