mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
doc updated valid values for container_type
This commit is contained in:
parent
04fd5c0494
commit
6f34db7dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ Each Cask must declare one or more *artifacts* (i.e. something to install)
|
|||
| `after_uninstall` | yes | a Ruby block containing postflight uninstall operations
|
||||
| `before_install` | yes | a Ruby block containing preflight install operations (needed only in very rare cases)
|
||||
| `before_uninstall` | yes | a Ruby block containing preflight uninstall operations (needed only in very rare cases)
|
||||
| `container_type` | no | a symbol to override container-type autodetect. may be one of: `:air`, `:bz2`, `:cab`, `:dmg`, `:tar`, `:sevenzip`, `:rar`, `:sit`, `:zip`, `:naked`
|
||||
| `container_type` | no | a symbol to override container-type autodetect. may be one of: `:air`, `:bz2`, `:cab`, `:dmg`, `:generic_unar`, `:gzip`, `:otf`, `:pkg`, `:rar`, `:seven_zip`, `:sit`, `:tar`, `:ttf`, `:zip`, `:naked`
|
||||
|
||||
|
||||
## Legacy Stanzas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue