pre/postflight stanza in rubymine

This commit is contained in:
Roland Walker 2014-09-09 08:55:28 -04:00
parent 7ed43d8c4b
commit 90a6de337b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Rubymine < Cask
link 'RubyMine.app'
after_install do
postflight do
system "/usr/libexec/PlistBuddy", "-c", "Set :JVMOptions:JVMVersion 1.6+", "#{destination_path}/RubyMine.app/Contents/Info.plist"
end
end