Update j.rb

This commit is contained in:
Miccal Matthews
2023-11-05 14:44:20 +08:00
committed by GitHub
parent e591086e4a
commit e2eb819edb
+2 -1
View File
@@ -26,7 +26,8 @@ cask "j" do
["jcon", "jconsole"].each do |b|
binary "j#{version}/bin/jconsole", target: b
end
["jbrk", "jhs", "jqt"].each do |b|
commands = ["jbrk", "jhs", "jqt"]
commands.each do |b|
binary "j#{version}/bin/#{b}.command", target: b
end