summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-01-19 01:43:58 +0100
committerZenWalker <[email protected]>2017-01-19 01:43:58 +0100
commit9a4930431ff4f4ecc08b073f9ecc7e57f93c5918 (patch)
tree52248301153adca9b63716af70eec4ceabed4cac
parent289ca1db7151b3e12fba02172a2c6869db5e82e1 (diff)
downloadengrampa-9a4930431ff4f4ecc08b073f9ecc7e57f93c5918.tar.bz2
engrampa-9a4930431ff4f4ecc08b073f9ecc7e57f93c5918.tar.xz
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
-rw-r--r--src/fr-command-zip.c2
1 files changed, 2 insertions, 0 deletions
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 };