mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Use correct mimetype for LRF files.
This commit is contained in:
parent
03305ec03d
commit
5ad276ba7f
@ -247,7 +247,7 @@ Comment=Viewer for LRF files (SONY ebook format files)
|
||||
TryExec=lrfviewer
|
||||
Exec=lrfviewer %%F
|
||||
Icon=libprs500-viewer
|
||||
MimeType=application/lrf;
|
||||
MimeType=application/x-sony-bbeb;
|
||||
Categories=Graphics;Viewer;
|
||||
'''%(__version__,)
|
||||
|
||||
@ -266,7 +266,7 @@ Categories=Office;
|
||||
MIME = '''\
|
||||
<?xml version="1.0"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/lrf">
|
||||
<mime-type type="application/x-sony-bbeb">
|
||||
<comment>SONY E-book compiled format</comment>
|
||||
<glob pattern="*.lrf"/>
|
||||
</mime-type>
|
||||
|
Loading…
x
Reference in New Issue
Block a user