evsar3 / sshfs-win-manager

A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)
MIT License
1.14k stars 85 forks source link

Chocolatey package? #19

Open cparker15 opened 4 years ago

cparker15 commented 4 years ago

SSHFS-Win has a Chocolatey package at https://chocolatey.org/packages/sshfs.

Would you be interested in the integration of a choco package for SSHFS-Win Manager into the build that has a dependency on the sshfs choco package, for those of us who prefer to use Chocolatey for application dependency and version management?

evsar3 commented 4 years ago

It will definetelly be in the Chocolatey, but first I must keep focus on make the pendding app requests such as the advanced settings interface, some bug fixes and an error log system.

hboetes commented 2 years ago

I just checked and it's not there yet. It would be great if sshfs-win-manager was in choco, since then we can roll it out easily on all hosts with puppet.

Thanks!

jo-chemla commented 1 year ago

Hey there, here are some thoughts I posted on an issue on another repo (LibreHardwareMonitor) to build a chocolatey package.

Hope this helps, and thanks for this great tool!

jo-chemla commented 1 month ago

Seems that the winget package for SSHFS-Win-Manager does exist now 🚀 see here on winstall Can be installed via winget install --id=evsar3.sshfs-win-manager

The Github Action can still be added so every github release induces a package update on winget-pkgs - see this post summarizing potential ways to do it, usually via the winget-releaser-v2 Github Action