mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Copyright: 2022
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2022, Dhinak G, Mykola Grymalyuk
|
||||||
from resources import main
|
from resources import main
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ app = BUNDLE(exe,
|
|||||||
bundle_identifier=None,
|
bundle_identifier=None,
|
||||||
info_plist={
|
info_plist={
|
||||||
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
"CFBundleShortVersionString": constants.Constants().patcher_version,
|
||||||
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania",
|
"NSHumanReadableCopyright": "Copyright 2020-2022 Dortania",
|
||||||
"LSMinimumSystemVersion": "10.10.0",
|
"LSMinimumSystemVersion": "10.10.0",
|
||||||
"NSRequiresAquaSystemAppearance": False,
|
"NSRequiresAquaSystemAppearance": False,
|
||||||
"NSHighResolutionCapable": True,
|
"NSHighResolutionCapable": True,
|
||||||
|
|||||||
+1
-1
@@ -439,7 +439,7 @@ class wx_python_gui:
|
|||||||
|
|
||||||
|
|
||||||
# Copyright Label
|
# 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.SetFont(wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL))
|
||||||
self.copyright.SetPosition(
|
self.copyright.SetPosition(
|
||||||
wx.Point(
|
wx.Point(
|
||||||
|
|||||||
Reference in New Issue
Block a user