added caveat about failed installs, to zooom

This commit is contained in:
Vítor Galvão 2014-12-08 18:48:56 +00:00
parent bee41d5771
commit b62c8d3e1e
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@ cask :v1 => 'zooom' do
uninstall :pkgutil => 'com.coderage.pkg.Zooom2'
depends_on :macos => '>= :mavericks'
caveats do
"There are known issues with installing this package, so if installation fails you may need to run the installer at #{staged_path}/Zooom2.pkg manually."
end
end