Browse Source

added icons and mimetypes for .msi and .exe files

tags/v5.0.0alpha1
Bernhard Posselt 11 years ago
parent
commit
0664b98b4f
2 changed files with 2 additions and 0 deletions
  1. BIN
      core/img/filetypes/application.png
  2. 2
    0
      lib/mimetypes.list.php

BIN
core/img/filetypes/application.png View File


+ 2
- 0
lib/mimetypes.list.php View File

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

Loading…
Cancel
Save