nitcorn: add the media type for `apk` extension
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 8 Aug 2014 16:57:42 +0000 (12:57 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 10 Sep 2014 20:56:15 +0000 (16:56 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/nitcorn/media_types.nit

index bf5d74a..e16798e 100644 (file)
@@ -95,6 +95,7 @@ class MediaTypes
                types["asx"]        = "video/x-ms-asf"
                types["asf"]        = "video/x-ms-asf"
                types["mng"]        = "video/x-mng"
+               types["apk"]        = "application/vnd.android.package-archive"
        end
 end