META-INF.jreleaser.templates.java-binary.chocolatey.tools.chocolateyuninstall.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
$app_home = Join-Path $package '{{distributionArtifactRootEntryName}}'
$app_exe = Join-Path $app_home 'bin/{{distributionExecutableWindows}}'
Uninstall-BinFile -Name '{{distributionExecutableName}}' -Path $app_exe
© 2015 - 2025 Weber Informatics LLC | Privacy Policy