From 552e1c585641afd75d568f358ff76a1c8de321c3 Mon Sep 17 00:00:00 2001 From: Sara Rincon Date: Mon, 18 Nov 2024 13:18:34 +0100 Subject: [PATCH] remove .jar from the tool name --- packages/recaf.vm/tools/chocolateyinstall.ps1 | 2 +- packages/recaf.vm/tools/chocolateyuninstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/recaf.vm/tools/chocolateyinstall.ps1 b/packages/recaf.vm/tools/chocolateyinstall.ps1 index 79c9440a..97b6022b 100644 --- a/packages/recaf.vm/tools/chocolateyinstall.ps1 +++ b/packages/recaf.vm/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' Import-Module vm.common -Force -DisableNameChecking -$toolName = 'recaf-2.21.14-J8-jar-with-dependencies.jar' +$toolName = 'recaf-2.21.14-J8-jar-with-dependencies' $category = 'Java & Android' $exeUrl = 'https://github.com/Col-E/Recaf/releases/download/2.21.14/recaf-2.21.14-J8-jar-with-dependencies.jar' diff --git a/packages/recaf.vm/tools/chocolateyuninstall.ps1 b/packages/recaf.vm/tools/chocolateyuninstall.ps1 index d3dc4c97..d438a193 100644 --- a/packages/recaf.vm/tools/chocolateyuninstall.ps1 +++ b/packages/recaf.vm/tools/chocolateyuninstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Continue' Import-Module vm.common -Force -DisableNameChecking -$toolName = 'recaf-2.21.14-J8-jar-with-dependencies.jar' +$toolName = 'recaf-2.21.14-J8-jar-with-dependencies' $category = 'Java & Android' VM-Uninstall $toolName $category