From: Bernhard Posselt Date: Sat, 9 Feb 2013 12:32:52 +0000 (+0100) Subject: added exe and msi filetypes and icon X-Git-Tag: v5.0.0alpha1~56 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aa1adf42c74569f2591a59855bf370584ed1e5cc;p=nextcloud-server.git added exe and msi filetypes and icon --- diff --git a/core/img/filetypes/application.png b/core/img/filetypes/application.png new file mode 100644 index 00000000000..1dee9e36609 Binary files /dev/null and b/core/img/filetypes/application.png differ diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index fc87d011ecd..5302e275fb9 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -97,4 +97,6 @@ return array( 'ai' => 'application/illustrator', 'epub' => 'application/epub+zip', 'mobi' => 'application/x-mobipocket-ebook', + 'msi' => 'application', + 'exe' => 'application' );