qier222 / YesPlayMusic

高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
https://music.qier222.com
MIT License
29.64k stars 4.36k forks source link

homebrew not install latest #2340

Open daeho-ro opened 2 weeks ago

daeho-ro commented 2 weeks ago

Homebrew is linking the installation artifact to the release page. And there is no release artifact for v0.4.9, homebrew cask does not updated and so it only install v0.4.8-2. So, I just want to check when or where to find latest artifact, then I may update homebrew cask.

Thanks,

111inhistory commented 1 week ago

You can find it in Actions.

Though labeled as 0.4.9, but in package.json it is still 0.4.8.

About why not upload the artifact to releases, I think it's because of the error occured when compiling and packing the Linux version.

And I don't think it's a good idea to use the latest one. I tried the Windows version, it will frequently logout.

daeho-ro commented 1 week ago

OK then homebrew also cannot be updated well, should wait for a while. Thank you @111inhistory !