diff --git a/.gitignore b/.gitignore index 6ef1dbd29..cb41309cf 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ __pycache__/ /payloads/Universal-Binaries /payloads/OpenCore-Legacy-Patcher /payloads/InstallAssistant.pkg.integrityDataV1 +/payloads.dmg diff --git a/OpenCore-Patcher-GUI.spec b/OpenCore-Patcher-GUI.spec index ddda03cd8..c01a12f89 100644 --- a/OpenCore-Patcher-GUI.spec +++ b/OpenCore-Patcher-GUI.spec @@ -54,7 +54,7 @@ app = BUNDLE(coll, "LSMinimumSystemVersion": "10.10.0", "NSRequiresAquaSystemAppearance": False, "NSHighResolutionCapable": True, - #"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(), + "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(), "NSPrincipalClass": "NSApplication", })