mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 09:12:34 -04:00
...
This commit is contained in:
@@ -25,7 +25,7 @@ def font_dirs():
|
||||
winutil, err = plugins['winutil']
|
||||
if err:
|
||||
raise RuntimeError('Failed to load winutil: %s'%err)
|
||||
return winutil.special_folder_path(winutil.CSIDL_FONTS)
|
||||
return [winutil.special_folder_path(winutil.CSIDL_FONTS)]
|
||||
if isosx:
|
||||
return [
|
||||
'/Library/Fonts',
|
||||
|
||||
Reference in New Issue
Block a user