tranxuanthang / lrcget

Utility for mass-downloading LRC synced lyrics for your offline music library.
MIT License
535 stars 20 forks source link

README says NO Mac Apple Silicon support but it seems to be the reverse #83

Open paour opened 1 month ago

paour commented 1 month ago

I'm on an Intel Mac, downloaded the 0.3.2 DMG version, and it is ONLY ARM (Apple Silicon), not x86/amd64.

SCR-20240525-kgtf
paour commented 1 month ago

Creating the build with the provided command generates a working amd64 version. If you're unable to cross-compile, I can provide the build.

Triple-Z commented 1 month ago
image

Same question, it seems that it won't build amd64 version for mac since the version 0.3.0.

tranxuanthang commented 1 month ago

Weird, in v0.3.0 it did build LRCGET_0.3.0_x64.dmg. I don't remember changing anything until commit https://github.com/tranxuanthang/lrcget/commit/155d53224c2005c3fdc2905252ea9e2efc814ee2. I'll try to build this commit to see if it can produce both aarch64 and amd64 builds.

Also, I don't test any macOS build and only provide them as-is, because I don't have any Mac devices. If someone can provide support and PRs for resolving any macOS issues, I'll be happy to merge!

@paour Thank you, it will be the last resort if GitHub Actions is not working.