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

18 lines
723 B
Ruby

cask "unity-webgl-support-for-editor" do
version "2020.1.17f1,9957aee8edc2"
sha256 "a96ca030c171e12cea85286ebd1f2fc8636cd742193c809b4b04c652f68523e3"
url "https://download.unity3d.com/download_unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg",
verified: "download.unity3d.com/download_unity/"
appcast "https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json"
name "Unity WebGL Build Support"
desc "WebGL target support for Unity"
homepage "https://unity.com/products"
depends_on cask: "unity"
pkg "UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: "com.unity3d.WebGLSupport"
end