diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/container.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/container.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Homebrew/cask/lib/hbc/container.rb b/Library/Homebrew/cask/lib/hbc/container.rb index fc7246f3d..c6b2c3c37 100644 --- a/Library/Homebrew/cask/lib/hbc/container.rb +++ b/Library/Homebrew/cask/lib/hbc/container.rb @@ -4,6 +4,7 @@ require "hbc/container/bzip2"  require "hbc/container/cab"  require "hbc/container/criteria"  require "hbc/container/dmg" +require "hbc/container/executable"  require "hbc/container/generic_unar"  require "hbc/container/gzip"  require "hbc/container/lzma" @@ -39,6 +40,7 @@ module Hbc          Gzip,  # pure gzip          Lzma,  # pure lzma          Xz,    # pure xz +        Executable,        ]        # for explicit use only (never autodetected):        # Hbc::Container::Naked | 
