streetpea / chiaki-ng

Next-Generation of Chiaki (the open-source remote play client for PlayStation)
https://streetpea.github.io/chiaki-ng/
GNU Affero General Public License v3.0
1.21k stars 76 forks source link

WinGet / Chocolately Support #466

Open dkflint723 opened 2 weeks ago

dkflint723 commented 2 weeks ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Instead of downloading via github I'd love to see the windows version available via other download options.

Describe the solution you'd like A clear and concise description of what you want to happen.

I'd love to see chiaki-ng being installable via winget and/or chocolately on windows.

streetpea commented 2 weeks ago

@dkflint723 great idea. I think the first step would be to make an installer. Innosetup (https://jrsoftware.org/isinfo.php) seems like a good option.

streetpea commented 2 weeks ago

I opened a pull request to add a winget package here https://github.com/microsoft/winget-pkgs/pull/190343

streetpea commented 2 weeks ago

I made a package request to chocolatey here https://community.chocolatey.org/packages/chiaki-ng/1.9.1 and it's awaiting moderation (so no publicly viewable yet)

dkflint723 commented 2 weeks ago

Thanks, @streetpea; I appreciate that you decided this was a good idea. I usually try use UniGetUI (https://github.com/marticliment/UnigetUI) to manage the majority of my software if I can. So, this was a pretty selfish request, but I'm glad you went with it.