From 9f96fa43ec4d714b9c9f3d00238bbb26925cda7b Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sat, 22 Jan 2022 19:37:36 -0700 Subject: [PATCH] Pyinstaller: resolve formatting --- OpenCore-Patcher-GUI.spec | 2 +- OpenCore-Patcher.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCore-Patcher-GUI.spec b/OpenCore-Patcher-GUI.spec index af1def368..42a26a826 100644 --- a/OpenCore-Patcher-GUI.spec +++ b/OpenCore-Patcher-GUI.spec @@ -46,7 +46,7 @@ app = BUNDLE(exe, bundle_identifier="com.dortania.opencore-legacy-patcher-wxpython", info_plist={ "CFBundleShortVersionString": constants.Constants().patcher_version, - "NSHumanReadableCopyright": constants.Constants().copyright_date + "NSHumanReadableCopyright": constants.Constants().copyright_date, "LSMinimumSystemVersion": "10.10.0", "NSRequiresAquaSystemAppearance": False, "NSHighResolutionCapable": True, diff --git a/OpenCore-Patcher.spec b/OpenCore-Patcher.spec index eec51b317..5efaee850 100644 --- a/OpenCore-Patcher.spec +++ b/OpenCore-Patcher.spec @@ -40,5 +40,5 @@ app = BUNDLE(exe, info_plist={ "CFBundleShortVersionString": constants.Constants().patcher_version, "CFBundleExecutable": "MacOS/Launcher", - "NSHumanReadableCopyright": "Copyright 2020-2022 Dortania" + "NSHumanReadableCopyright": constants.Constants().copyright_date, }) \ No newline at end of file