summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-20 21:24:54 +0100
committerder richter <der.richter@gmx.de>2024-02-21 20:46:53 +0100
commitd954646d29bfb7110253ea40d6ff853971425de0 (patch)
tree106e962ba203849983e1efc2903a825997712345 /TOOLS
parentd6fdc0ae746ce3304f47349ae1df2b1f089155aa (diff)
downloadmpv-d954646d29bfb7110253ea40d6ff853971425de0.tar.bz2
mpv-d954646d29bfb7110253ea40d6ff853971425de0.tar.xz
various: make mentions of macOS consistent
change all mentions and variations of OSX, OS X, MacOSX, MacOS X, etc consistent. use the official naming macOS.
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")