mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
OS X -> macOS
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user