tvrenamer.rb: depends_on_java

This commit is contained in:
Vítor Galvão 2016-01-12 17:42:51 +00:00
parent 6e317254da
commit 815cbd3694
1 changed files with 3 additions and 4 deletions

View File

@ -12,8 +12,7 @@ cask 'tvrenamer' do
app "TVRenamer-#{version}.app"
caveats <<-EOS.undent
#{token} requires a Java JRE to be installed. You should be prompted to install
Java on the first execution if it is not already present.
EOS
caveats do
depends_on_java
end
end