From 9a4930431ff4f4ecc08b073f9ecc7e57f93c5918 Mon Sep 17 00:00:00 2001 From: ZenWalker Date: Thu, 19 Jan 2017 01:43:58 +0100 Subject: zip: added ear and war to the supported types list file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=dff4421c99647bb01b5c89de4799a18b6e13858c Fixes #157 --- src/fr-command-zip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fr-command-zip.c b/src/fr-command-zip.c index 064f45e..eaee1d8 100644 --- a/src/fr-command-zip.c +++ b/src/fr-command-zip.c @@ -382,7 +382,9 @@ fr_command_zip_handle_error (FrCommand *comm, const char *zip_mime_type[] = { "application/x-cbz", + "application/x-ear", "application/x-ms-dos-executable", + "application/x-war", "application/zip", NULL }; -- cgit v1.2.1