summaryrefslogtreecommitdiff
path: root/src/fr-command-7z.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-28 21:03:26 +0100
committerraveit65 <[email protected]>2013-10-28 21:03:26 +0100
commit5ef1b4801e7365b4cbf53c6ee829259dde32b5ee (patch)
tree2ec99bfe8bde50bd4c17c78404d797611aeda1d8 /src/fr-command-7z.c
parentb28ae6fe841663d7cfc96908172c4adecd1dd3c6 (diff)
downloadengrampa-5ef1b4801e7365b4cbf53c6ee829259dde32b5ee.tar.bz2
engrampa-5ef1b4801e7365b4cbf53c6ee829259dde32b5ee.tar.xz
adds Windows Imaging Format (.wim, .swm) support
Diffstat (limited to 'src/fr-command-7z.c')
-rw-r--r--src/fr-command-7z.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
index 9909271..b61868b 100644
--- a/src/fr-command-7z.c
+++ b/src/fr-command-7z.c
@@ -526,6 +526,7 @@ const char *sevenz_mime_types[] = { "application/x-7z-compressed",
/*"application/x-cbr",*/
"application/x-cbz",
"application/x-ms-dos-executable",
+ "application/x-ms-wim",
"application/x-rar",
"application/zip",
NULL };