OS X -> macOS

This commit is contained in:
Kovid Goyal 2022-07-06 19:49:51 +05:30
parent 8abfed58f6
commit 1eec089faf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -36,7 +36,7 @@ def installer_description(fname):
if fname.endswith('.msi'): if fname.endswith('.msi'):
return 'Windows installer' return 'Windows installer'
if fname.endswith('.dmg'): if fname.endswith('.dmg'):
return 'OS X dmg' return 'macOS dmg'
if fname.endswith('.exe'): if fname.endswith('.exe'):
return 'Calibre Portable' return 'Calibre Portable'
return 'Unknown file' return 'Unknown file'