added icons and mimetypes for .msi and .exe files

This commit is contained in:
Bernhard Posselt 2013-02-09 18:09:03 +01:00
parent bb656ca2fb
commit 0664b98b4f
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

View File

@ -97,4 +97,6 @@ return array(
'ai' => 'application/illustrator',
'epub' => 'application/epub+zip',
'mobi' => 'application/x-mobipocket-ebook',
'exe' => 'application',
'msi' => 'application'
);