From 1eec089faf449d3cbc204cc40a84642acfa98902 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Jul 2022 19:49:51 +0530 Subject: [PATCH] OS X -> macOS --- setup/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upload.py b/setup/upload.py index 7fb5ce703d..a12974d9b8 100644 --- a/setup/upload.py +++ b/setup/upload.py @@ -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'