mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
quoting in android-studio
This commit is contained in:
parent
392a28c339
commit
0d7b76c2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ class AndroidStudio < Cask
|
|||
app 'Android Studio.app'
|
||||
|
||||
postflight do
|
||||
system "/usr/libexec/PlistBuddy", "-c", "Set :JVMOptions:JVMVersion 1.6+", "#{destination_path}/Android Studio.app/Contents/Info.plist"
|
||||
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{destination_path}/Android Studio.app/Contents/Info.plist"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue