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

16 lines
599 B
Ruby

cask 'unity-webgl-support-for-editor' do
version '2018.1.6f1,57cc34175ccf'
sha256 'c74f03b47072b69e19567ae6d919a1f981051795c48c2b67209834f016f72708'
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