diff --git a/buildPy2app.py b/buildPy2app.py index aa1e0dc..40bbe3f 100755 --- a/buildPy2app.py +++ b/buildPy2app.py @@ -29,7 +29,7 @@ OPTIONS = { 'CFBundleShortVersionString': syncplay.version, 'CFBundleIdentifier': 'pl.syncplay.Syncplay', 'LSMinimumSystemVersion': '10.11.0', - 'NSHumanReadableCopyright': '@ 2018 Syncplay All Rights Reserved' + 'NSHumanReadableCopyright': 'Copyright © 2019 Syncplay All Rights Reserved' } }