cookie: Add minimum OS requirement (#29951)

This commit is contained in:
neutric 2017-02-09 00:39:39 +01:00 committed by Miccal Matthews
parent 141a835b55
commit efd93da269
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@ cask 'cookie' do
name 'Cookie'
homepage 'https://sweetpproductions.com/'
depends_on macos: '>= :el_capitan'
app 'Cookie.app'
end