mpc icon indicating copy to clipboard operation
mpc copied to clipboard

[Feature Request] Release Binaries for windows

Open bharatvaj opened this issue 2 years ago • 6 comments

Hi, first of all thanks for bringing latest mpc.exe via github actions. I have added a package for mpc in scoop (https://github.com/ScoopInstaller/Extras/pull/8548) and it points to the prebuilt 0.22 version from https://www.musicpd.org/download/mpc/0. As artifacts are temporary, I am not able to package a more recent version. Is there any way release binaries be provided for windows?

bharatvaj avatar May 28 '22 00:05 bharatvaj

I'm not sure how the artifacts are uploaded there, but perhaps the merged PR #89 helps with providing the Windows executables.

bogglez avatar Jul 25 '22 11:07 bogglez

You can download mpc.exe from GH actions - every successful build contains an mpc.exe artifact. Click https://github.com/MusicPlayerDaemon/mpc/actions/workflows/build.yml and then click on any successful build.

MaxKellermann avatar Dec 21 '23 09:12 MaxKellermann

Thanks @bogglez and @MaxKellermann for responding, sorry I could'nt reply to it sooner. The problem with taking from GH actions is that it expires after a certain amount of time, making it unsuitable for usage with package managers(like scoop) that doesn't have their own hosting. Would it be possible to create tagged releases with binaries after a GH action is done?

That way scoop will be able to get these binaries by just bumping up the version in the package manifest file. I use mpc enough to work on this and I would be glad to setup binary releases.

bharatvaj avatar Dec 24 '23 07:12 bharatvaj

I get errors when trying to run latest mpc.exe on WIndows 10. Missing 2 DLLs: ucrtbased.dll and VCRUNTIME140D.dll Tried downloading the libraries but it didn't work.

eduardoeae avatar Jan 26 '24 01:01 eduardoeae