Fixed zip MIME type (wrong application signature).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16681 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-03-09 19:56:12 +00:00
parent 68953d3a35
commit 1d5fe17898

View File

@ -5,10 +5,9 @@ resource(1, "META:TYPE") "application/zip";
resource(2, "META:SNIFF_RULE") "0.40 (\"PK\\003\\004\")";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.obos-Expander";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.haiku-Expander";
resource(4, "META:EXTENS") message(234)
{
resource(4, "META:EXTENS") message(234) {
"extensions" = "zip",
"type" = "application/zip"
};