mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Use postflight DSL for plist in zeroxdbe-eap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user