]> source.dussan.org Git - nextcloud-server.git/commitdiff
added exe and msi filetypes and icon
authorBernhard Posselt <nukeawhale@gmail.com>
Sat, 9 Feb 2013 12:32:52 +0000 (13:32 +0100)
committerBernhard Posselt <nukeawhale@gmail.com>
Sat, 9 Feb 2013 16:41:17 +0000 (17:41 +0100)
core/img/filetypes/application.png [new file with mode: 0644]
lib/mimetypes.list.php

diff --git a/core/img/filetypes/application.png b/core/img/filetypes/application.png
new file mode 100644 (file)
index 0000000..1dee9e3
Binary files /dev/null and b/core/img/filetypes/application.png differ
index fc87d011ecdc13f1489c0a614112dbdb352af402..5302e275fb9a0736540fc8787bb2d7b3e10bf25a 100644 (file)
@@ -97,4 +97,6 @@ return array(
        'ai' => 'application/illustrator',
        'epub' => 'application/epub+zip',
        'mobi' => 'application/x-mobipocket-ebook',
+        'msi' => 'application',
+        'exe' => 'application'
 );