mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
APK mimetype icon to be a generic package icon.
This commit is contained in:
parent
38498af171
commit
1633ec5c87
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ class OC_Helper {
|
|||
'application/x-gzip' => 'package/x-generic',
|
||||
'application/x-rar-compressed' => 'package/x-generic',
|
||||
'application/x-tar' => 'package/x-generic',
|
||||
'application/vnd.android.package-archive' => 'package/x-generic',
|
||||
'application/zip' => 'package/x-generic',
|
||||
|
||||
'application/msword' => 'x-office/document',
|
||||
|
|
|
|||
Loading…
Reference in a new issue