diff options
author | raveit65 <[email protected]> | 2013-10-28 21:03:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-10-28 21:03:26 +0100 |
commit | 5ef1b4801e7365b4cbf53c6ee829259dde32b5ee (patch) | |
tree | 2ec99bfe8bde50bd4c17c78404d797611aeda1d8 /src/fr-command-7z.c | |
parent | b28ae6fe841663d7cfc96908172c4adecd1dd3c6 (diff) | |
download | engrampa-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.c | 1 |
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 }; |