homebrew not install latest
Opened this issue · 2 comments
daeho-ro commented
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
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
OK then homebrew also cannot be updated well, should wait for a while.
Thank you @111inhistory !