From 49ca0ec49092ac89bf3a5ba7023bbbe48ee0b65d Mon Sep 17 00:00:00 2001 From: Sara Rincon Date: Mon, 18 Nov 2024 12:33:24 +0100 Subject: [PATCH] remove .jar from the tool name --- packages/recaf.vm/tools/chocolateyinstall.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/recaf.vm/tools/chocolateyinstall.ps1 b/packages/recaf.vm/tools/chocolateyinstall.ps1 index 79c9440a..c14e7236 100644 --- a/packages/recaf.vm/tools/chocolateyinstall.ps1 +++ b/packages/recaf.vm/tools/chocolateyinstall.ps1 @@ -1,7 +1,11 @@ $ErrorActionPreference = 'Stop' Import-Module vm.common -Force -DisableNameChecking +<<<<<<< HEAD $toolName = 'recaf-2.21.14-J8-jar-with-dependencies.jar' +======= +$toolName = 'recaf-2.21.14-J8-jar-with-dependencies' +>>>>>>> 5938a2c (Add recaf.vm) $category = 'Java & Android' $exeUrl = 'https://github.com/Col-E/Recaf/releases/download/2.21.14/recaf-2.21.14-J8-jar-with-dependencies.jar'