From c587ae127cf0d6fee6b7e8c21bbe1c903faac13c Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 3 Aug 2018 02:41:00 +0200 Subject: Add the ability to support 'unar' over .zip archives Closes https://github.com/mate-desktop/engrampa/issues/210 --- src/fr-command-unarchiver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fr-command-unarchiver.c') diff --git a/src/fr-command-unarchiver.c b/src/fr-command-unarchiver.c index 8e78dd2..fc5ed21 100644 --- a/src/fr-command-unarchiver.c +++ b/src/fr-command-unarchiver.c @@ -248,7 +248,8 @@ fr_command_unarchiver_handle_error (FrCommand *comm, } -const char *unarchiver_mime_type[] = { "application/x-cbr", +const char *unarchiver_mime_type[] = { "application/zip", + "application/x-cbr", "application/x-rar", NULL }; -- cgit v1.2.1