mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
Add Build info to GUI
This commit is contained in:
@@ -29,3 +29,4 @@ __pycache__/
|
|||||||
/payloads/Universal-Binaries
|
/payloads/Universal-Binaries
|
||||||
/payloads/OpenCore-Legacy-Patcher
|
/payloads/OpenCore-Legacy-Patcher
|
||||||
/payloads/InstallAssistant.pkg.integrityDataV1
|
/payloads/InstallAssistant.pkg.integrityDataV1
|
||||||
|
/payloads.dmg
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ app = BUNDLE(coll,
|
|||||||
"LSMinimumSystemVersion": "10.10.0",
|
"LSMinimumSystemVersion": "10.10.0",
|
||||||
"NSRequiresAquaSystemAppearance": False,
|
"NSRequiresAquaSystemAppearance": False,
|
||||||
"NSHighResolutionCapable": True,
|
"NSHighResolutionCapable": True,
|
||||||
#"Build Date": time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
|
"Build Date": time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
|
||||||
#"BuildMachineOSBuild": subprocess.run("sw_vers -buildVersion".split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode().strip(),
|
"BuildMachineOSBuild": subprocess.run("sw_vers -buildVersion".split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode().strip(),
|
||||||
"NSPrincipalClass": "NSApplication",
|
"NSPrincipalClass": "NSApplication",
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user