mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9c62f0a21c
commit
8d34fbcf2a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user