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

16 lines
599 B
Ruby

cask 'unity-webgl-support-for-editor' do
version '2018.2.6f1,c591d9a97a0b'
sha256 '2694e96d49b143655b45496d4d3380e261899d7acc741a8985531cd2c6755cfc'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://unity3d.com/get-unity/download/archive'
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