sshfs-win-manager
sshfs-win-manager copied to clipboard
Chocolatey package?
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?
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.
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!
Hey there, here are some thoughts I posted on an issue on another repo (LibreHardwareMonitor) to build a chocolatey package.
- It might help to follow the quickstart-guide with automatic packages - the recommended way is to use Chocolatey automatic updater module
- Are you using Github Actions to build the binary releases? winget-releaser is a Github Action made for winget automatic package deployment during CI. Other very useful resource from dolt, which explains in detail how to use Github Actions YAML syntax to push choco and winget packages.
- Otherwise, we could also try to publish a Request for Package (RFP) on chocolatey-community/chocolatey-package-requests so that another maintainer would do these choco releases every time there is a github release for SSHFS-win-manager.
Hope this helps, and thanks for this great tool!