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

16 lines
657 B
Ruby

cask 'unity-windows-support-for-editor' do
version '2019.3.13f1,d4ddf0d95db9'
sha256 '19a9b06696b3519a90e58c464cda23b968548e29f59ce4fd14c6b829f37b83bd'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json'
name 'Unity Windows (Mono) Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Windows-Mono-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.WindowsStandaloneSupport'
end