All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jreleaser.templates.native-package.chocolatey.tools.chocolateyinstall.ps1.tpl Maven / Gradle / Ivy

The newest version!
# {{jreleaserCreationStamp}}
$toolsDir   = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = '{{chocolateyPackageName}}'
  fileType      = '{{distributionArtifactFileFormat}}'
  url           = '{{distributionUrl}}'
  silentArgs    = "/quiet"
  validExitCodes= @(0)
  softwareName  = '{{chocolateyPackageName}}*'
  checksum      = '{{distributionChecksumSha256}}'
  checksumType  = 'sha256'
}

Install-ChocolateyPackage @packageArgs




© 2015 - 2024 Weber Informatics LLC | Privacy Policy