zhen-zen / YogaSMC

ACPI driver for OEM hardware.
GNU General Public License v2.0
225 stars 24 forks source link

Where can I get latest build 1.5.2? #165

Closed cyberfunk closed 2 years ago

cyberfunk commented 2 years ago

Hackintool always gives current build 1 dot release above what is available at GitHub sites. Using https://dortania.github.io/builds/ I can get the latest builds of kexts for my system. YogaSMC is not available there. Can you tell me where to get the latest build 1.5.2 for YogaSMC? Screen Shot 2022-06-28 at 7 23 24 AM

zhen-zen commented 2 years ago

Like all other kexts, version bump happens after each release is out. So literally you can only get a prebuilt "latest" kext from GitHub Actions, which is not a release build.

cyberfunk commented 2 years ago

Like all other kexts, version bump happens after each release is out. So literally you can only get a prebuilt "latest" kext from GitHub Actions, which is not a release build.

So you're saying the downloads available at the Dortania site are all GitHub Actions builds? How can I get YogaSMC 1.5.2 using GitHub Actions? Is that a script I need to run? I've never used it so I'm unfamiliar with the term.

zhen-zen commented 2 years ago

I don't know how their website works. The archives of GitHub Actions have expire dates so you are not likely to download builds from last year. Meanwhile, as I wrote earlier, the builds not shown in release are development builds. However the project is inactive for a while. Just stick to the latest release build if you are not familiar with it.

cyberfunk commented 2 years ago

I don't know how their website works. The archives of GitHub Actions have expire dates so you are not likely to download builds from last year. Meanwhile, as I wrote earlier, the builds not shown in release are development builds. However the project is inactive for a while. Just stick to the latest release build if you are not familiar with it.

Ok thanks