From b8dec0e9aa7e60b84c7f507a484d22c90d85d2ee Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Tue, 12 Aug 2014 20:58:38 +0200 Subject: [PATCH] Update types. --- src/_h5ai/conf/types.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_h5ai/conf/types.json b/src/_h5ai/conf/types.json index b1606742..d0ac390c 100644 --- a/src/_h5ai/conf/types.json +++ b/src/_h5ai/conf/types.json @@ -11,10 +11,10 @@ File types mapped to file extensions // "txt-license": ["copying*", "license*"], // "txt-readme": ["readme*"], - "ar": ["*.tar.bz2", "*.tar.gz", "*.tgz"], + "ar": ["*.tar.bz2", "*.crx"], "ar-apk": ["*.apk"], "ar-deb": ["*.deb"], - "ar-gz": ["*.gz"], + "ar-gz": ["*.gz", "*.tar.gz", "*.tgz"], "ar-rar": ["*.rar"], "ar-rpm": ["*.rpm"], "ar-tar": ["*.tar"],