mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-04 11:10:20 -05:00
OS X -> macOS
This commit is contained in:
parent
8abfed58f6
commit
1eec089faf
@ -36,7 +36,7 @@ def installer_description(fname):
|
||||
if fname.endswith('.msi'):
|
||||
return 'Windows installer'
|
||||
if fname.endswith('.dmg'):
|
||||
return 'OS X dmg'
|
||||
return 'macOS dmg'
|
||||
if fname.endswith('.exe'):
|
||||
return 'Calibre Portable'
|
||||
return 'Unknown file'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user