container :nested in fenix

This commit is contained in:
Roland Walker 2014-10-09 11:40:46 -04:00
parent 8e7866ac9c
commit b8b82b459d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class Fenix < Cask
url "https://github.com/coreybutler/fenix/releases/download/v#{version}/fenix-osx-#{version}.zip"
homepage 'http://fenixwebserver.com/'
license :oss
nested_container "Fenix_#{version}.dmg"
container :nested => "Fenix_#{version}.dmg"
app 'Fenix.app'
end