Use postflight DSL for plist in zeroxdbe-eap

This commit is contained in:
Federico Bond
2014-11-27 14:54:13 -03:00
parent 848e02b7dd
commit 24f810ea78
+1 -1
View File
@@ -9,6 +9,6 @@ cask :v1 => 'zeroxdbe-eap' do
app '0xDBE EAP.app'
postflight do
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{staged_path}/0xDBE\ EAP.app/Contents/Info.plist"
plist_set(':JVMOptions:JVMVersion', '1.6+')
end
end