Add ACE archive files to the identified file types.

Addresses BIT-1609.  Thanks Stephen Hosom!
This commit is contained in:
Seth Hall 2016-06-14 22:27:09 -04:00
parent 151f9d6ced
commit 2e9491482f

View file

@ -174,3 +174,8 @@ signature file-lzma {
file-magic /^\x5d\x00\x00/ file-magic /^\x5d\x00\x00/
} }
# ACE archive file.
signature file-ace-archive {
file-mime "application/x-ace", 100
file-magic /^.{7}\*\*ACE\*\*/
}