mirror of https://github.com/Syncplay/syncplay
buildPy2app: update copyright year
This commit is contained in:
parent
bbc5ae0b7f
commit
29bfcc8cef
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue