mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
APK mimetype icon to be a generic package icon.
This commit is contained in:
parent
38498af171
commit
1633ec5c87
@ -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 New Issue
Block a user