mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
added exe and msi filetypes and icon
This commit is contained in:
parent
842fc85b9a
commit
aa1adf42c7
2 changed files with 2 additions and 0 deletions
BIN
core/img/filetypes/application.png
Normal file
BIN
core/img/filetypes/application.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 464 B |
|
|
@ -97,4 +97,6 @@ return array(
|
|||
'ai' => 'application/illustrator',
|
||||
'epub' => 'application/epub+zip',
|
||||
'mobi' => 'application/x-mobipocket-ebook',
|
||||
'msi' => 'application',
|
||||
'exe' => 'application'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue