Copyright: 2022

This commit is contained in:
Mykola Grymalyuk
2022-01-01 17:03:00 -07:00
parent 0b21472ccb
commit c37e035b6d
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ app = BUNDLE(exe,
bundle_identifier=None,
info_plist={
"CFBundleShortVersionString": constants.Constants().patcher_version,
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania",
"NSHumanReadableCopyright": "Copyright 2020-2022 Dortania",
"LSMinimumSystemVersion": "10.10.0",
"NSRequiresAquaSystemAppearance": False,
"NSHighResolutionCapable": True,