From 8ddf1acba9fcdc5be7a5a8841319f775849b39dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Fri, 8 Aug 2014 12:57:42 -0400 Subject: [PATCH] nitcorn: add the media type for `apk` extension MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/nitcorn/media_types.nit | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nitcorn/media_types.nit b/lib/nitcorn/media_types.nit index bf5d74a..e16798e 100644 --- a/lib/nitcorn/media_types.nit +++ b/lib/nitcorn/media_types.nit @@ -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 -- 1.7.9.5