Skip to content

Commit 495835e

Browse files
Fix list of supported mime types (#631)
1 parent 43c73b6 commit 495835e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if get_option('comics')
112112
'application/x-ext-cbr',
113113
'application/x-ext-cbt',
114114
'application/x-ext-cbz',
115-
])
115+
]) + ';'
116116
xreader_mime_types += comic_mimetypes
117117
endif
118118
if get_option('xps')

0 commit comments

Comments
 (0)