Merge pull request #11386 from mjgardner/gog-galaxy

Add Mountain Lion dependency to GOG GalaxyClient per vendor homepage
This commit is contained in:
Vítor Galvão 2015-05-27 01:54:16 +01:00
commit f564e3dba6
1 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,6 @@ cask :v1 => 'gog-galaxy' do
uninstall :pkgutil => "com.gog.galaxy.galaxy_client_#{version}.pkg",
:delete => '/Applications/GalaxyClient.app'
depends_on :macos => '>= :mountain_lion'
end