mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update j.rb
This commit is contained in:
+1
-3
@@ -23,12 +23,10 @@ cask "j" do
|
||||
args: ["-js", "load 'pacman'", "'install' jpkg '*'", "exit 0"],
|
||||
}
|
||||
|
||||
# target names according to readme.txt
|
||||
["jcon", "jconsole"].each do |b|
|
||||
binary "j#{version}/bin/jconsole", target: b
|
||||
end
|
||||
commands = ["jbrk", "jhs", "jqt"]
|
||||
commands.each do |b|
|
||||
["jbrk", "jhs", "jqt"].each do |b|
|
||||
binary "j#{version}/bin/#{b}.command", target: b
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user