container :nested in intel-haxm

This commit is contained in:
Roland Walker 2014-10-09 11:40:46 -04:00
parent 5293152469
commit 5eab3798a9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class IntelHaxm < Cask
homepage 'https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager'
license :unknown
nested_container "haxm-macosx_r04/IntelHAXM_#{version}.dmg"
container :nested => "haxm-macosx_r04/IntelHAXM_#{version}.dmg"
pkg "IntelHAXM_#{version}.mpkg"
uninstall :script => { :executable => '/System/Library/Extensions/intelhaxm.kext/Contents/Resources/uninstall.sh', :input => 'y' }
end