sys_patch: Add KDK-less support

Only Applicable for Kepler and Intel iGPUs at this time
This commit is contained in:
Mykola Grymalyuk
2022-08-27 09:29:38 -06:00
parent ef0fe3d4be
commit b105a73a10
4 changed files with 89 additions and 23 deletions
+4
View File
@@ -47,6 +47,10 @@ class OpenCoreLegacyPatcher:
self.constants.unpack_thread.start()
self.constants.commit_info = commit_info.commit_info(self.constants.launcher_binary).generate_commit_info()
# Now that we have commit info, update nightly link
if self.constants.commit_info[0] != "Running from source":
self.constants.installer_pkg_url_nightly = self.constants.installer_pkg_url_nightly.replace("main", self.constants.commit_info[0])
defaults.generate_defaults.probe(self.computer.real_model, True, self.constants)
if utilities.check_cli_args() is not None: