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