summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/osxbundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/osxbundle.py b/TOOLS/osxbundle.py
index 0469e4abfc..1c769a06ab 100755
--- a/TOOLS/osxbundle.py
+++ b/TOOLS/osxbundle.py
@@ -67,7 +67,7 @@ def main():
version = bundle_version(src_path).rstrip()
- print("Creating Mac OS X application bundle (version: %s)..." % version)
+ print("Creating macOS application bundle (version: %s)..." % version)
print("> copying bundle skeleton")
copy_bundle(binary_name, src_path)
print("> copying binary")