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 49ca0ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/recaf.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 49ca0ec

Please sign in to comment.