homebrew-cask/Casks/unity-windows-support-for-e...

18 lines
769 B
Ruby

cask "unity-windows-support-for-editor" do
version "2020.1.17f1,9957aee8edc2"
sha256 "a183eb4d21b2d3fe478c7a02ba07d1168d319bc17ad0ae8955c11524cf2e95ef"
url "https://download.unity3d.com/download_unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Windows-Mono-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 Windows (Mono) Build Support"
desc "Windows (Mono) target support for Unity"
homepage "https://unity.com/products"
depends_on cask: "unity"
pkg "UnitySetup-Windows-Mono-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: "com.unity3d.WindowsStandaloneSupport"
end