chunkulus.rb: depends_on adobe-air

This commit is contained in:
Vítor Galvão 2015-01-05 13:46:13 +00:00
parent d1014d35fe
commit da532c2839
1 changed files with 1 additions and 5 deletions

View File

@ -12,9 +12,5 @@ cask :v1 => 'chunkulus' do
system '/usr/libexec/PlistBuddy', '-c', 'Set :CFBundleName Chunkulus (Presstube)', "#{staged_path}/presstube-chunkulus.app/Contents/Resources/Presstube - Chunkulus.saver/Contents/Info.plist" system '/usr/libexec/PlistBuddy', '-c', 'Set :CFBundleName Chunkulus (Presstube)', "#{staged_path}/presstube-chunkulus.app/Contents/Resources/Presstube - Chunkulus.saver/Contents/Info.plist"
end end
caveats <<-EOS.undent depends_on :cask => 'adobe-air'
#{token} requires Adobe Air, available via
brew cask install adobe-air
EOS
end end