mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #824713 (Irex Iliad not recognized by Calibre in Mac)
This commit is contained in:
parent
a2e1776d76
commit
b1ef5a1343
@ -15,7 +15,7 @@ class ILIAD(USBMS):
|
||||
name = 'IRex Iliad Device Interface'
|
||||
description = _('Communicate with the IRex Iliad eBook reader.')
|
||||
author = 'John Schember'
|
||||
supported_platforms = ['windows', 'linux']
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
||||
# Ordered list of supported formats
|
||||
# Be sure these have an entry in calibre.devices.mime
|
||||
|
Loading…
x
Reference in New Issue
Block a user