homebrew-cask/Casks/unity-webgl-support-for-edi...

15 lines
536 B
Ruby

cask 'unity-webgl-support-for-editor' do
version '5.6.0f3,497a0f351392'
sha256 '77f16eaaec847b5afc7795924b2561a8ce16aca132ebe973790b584f7d0aa96e'
url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity WebGL Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.WebGLSupport'
end