Browse Source

cnvt to staged_path in intellij-idea-ce13

master
Roland Walker 10 years ago
parent
commit
f1ea2e09d8
  1. 2
      Casks/intellij-idea-ce13.rb

2
Casks/intellij-idea-ce13.rb

@ -9,7 +9,7 @@ class IntellijIdeaCe13 < Cask
app 'IntelliJ IDEA 13 CE.app'
postflight do
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{destination_path}/IntelliJ IDEA 13 CE.app/Contents/Info.plist"
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{staged_path}/IntelliJ IDEA 13 CE.app/Contents/Info.plist"
end
zap :delete => [

Loading…
Cancel
Save