summaryrefslogtreecommitdiff
path: root/src/fr-command-zip.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-10-05 15:58:40 +0200
committerraveit65 <[email protected]>2020-10-17 17:55:40 +0200
commit84fb5cfe96263f79e50b68a5a6996e40c514cf74 (patch)
tree83fd1f200a490996a556b77f5c77d4b3f112e3a1 /src/fr-command-zip.c
parent6408a9a684e3fca9a9cae893759f1a8a807df5b2 (diff)
downloadengrampa-84fb5cfe96263f79e50b68a5a6996e40c514cf74.tar.bz2
engrampa-84fb5cfe96263f79e50b68a5a6996e40c514cf74.tar.xz
Add Electronic Publication (EPUB) support
$ file -b --mime-type don-quijoti-epub3.epub application/epub+zip
Diffstat (limited to 'src/fr-command-zip.c')
-rw-r--r--src/fr-command-zip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fr-command-zip.c b/src/fr-command-zip.c
index f16cc9a..9469e91 100644
--- a/src/fr-command-zip.c
+++ b/src/fr-command-zip.c
@@ -382,6 +382,7 @@ fr_command_zip_handle_error (FrCommand *comm,
const char *zip_mime_type[] = {
+ "application/epub+zip",
"application/vnd.oasis.opendocument.presentation",
"application/vnd.oasis.opendocument.spreadsheet",
"application/vnd.oasis.opendocument.text",