OS X -> macOS

This commit is contained in:
Kovid Goyal
2022-07-06 19:49:51 +05:30
parent 8abfed58f6
commit 1eec089faf
+1 -1
View File
@@ -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'