245762f7 by astaxie

add apk mime

1 parent 18bdec95
Showing 1 changed file with 1 additions and 0 deletions
...@@ -40,6 +40,7 @@ var mimemaps map[string]string = map[string]string{ ...@@ -40,6 +40,7 @@ var mimemaps map[string]string = map[string]string{
40 ".ani": "application/x-navi-animation", 40 ".ani": "application/x-navi-animation",
41 ".aos": "application/x-nokia-9000-communicator-add-on-software", 41 ".aos": "application/x-nokia-9000-communicator-add-on-software",
42 ".aps": "application/mime", 42 ".aps": "application/mime",
43 ".apk": "application/vnd.android.package-archive",
43 ".arc": "application/x-arc-compressed", 44 ".arc": "application/x-arc-compressed",
44 ".arj": "application/arj", 45 ".arj": "application/arj",
45 ".art": "image/x-jg", 46 ".art": "image/x-jg",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!