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

META-INF.jreleaser.templates.java-binary.chocolatey.tools.chocolateyuninstall.ps1.tpl Maven / Gradle / Ivy

# {{jreleaserCreationStamp}}
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package '{{distributionArtifactRootEntryName}}'
$app_exe = Join-Path $app_home 'bin/{{distributionExecutableWindows}}'

Uninstall-BinFile -Name '{{distributionExecutableName}}' -Path $app_exe




© 2015 - 2024 Weber Informatics LLC | Privacy Policy