mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-15 20:00:00 +10:00
Copyright: 2022
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
||||
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||
from resources import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
@@ -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,
|
||||
|
||||
+1
-1
@@ -439,7 +439,7 @@ class wx_python_gui:
|
||||
|
||||
|
||||
# Copyright Label
|
||||
self.copyright = wx.StaticText(self.frame, label="Copyright © 2020-2021 Dortania")
|
||||
self.copyright = wx.StaticText(self.frame, label="Copyright © 2020-2022 Dortania")
|
||||
self.copyright.SetFont(wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL))
|
||||
self.copyright.SetPosition(
|
||||
wx.Point(
|
||||
|
||||
Reference in New Issue
Block a user