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

16 lines
619 B
Ruby

cask 'unity-webgl-support-for-editor' do
version '2019.1.0f2,292b93d75a2c'
sha256 '9b9d270ee90e22fd86bdceb753f078a6b06d6a85de06a03c83c500e4f471377f'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json'
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