Skip to content

Commit

Permalink
remove .jar from the tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-rn committed Nov 18, 2024
1 parent 8a3a4fc commit 552e1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/recaf.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion packages/recaf.vm/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 552e1c5

Please sign in to comment.