gilbertchen / duplicacy

A new generation cloud backup tool
https://duplicacy.com
Other
5.13k stars 335 forks source link

Release the CLI binary as a zipped package (for Windows winget) #651

Open cmpute opened 1 year ago

cmpute commented 1 year ago

Currently the releases of the CLI binary files are unwrapped, which cause some issues for the winget package manager (although I guess the installation script is not officially maintained).

The winget provides a way to alias the executable to another name, but that only works for zipped executables (see example here). If the executable is not zipped, it can't be aliased (as is the current situation here). Therefore if I install the CLI through winget, I have to run it using the full name duplicacy_win_x64_3.1.0.exe.

Not sure if it's too troublesome, but it will be great if the windows executable can be released as zipped packages in future. Thanks!

gilbertchen commented 1 year ago

This issue has been mentioned on Duplicacy Forum. There might be relevant details there:

https://forum.duplicacy.com/t/release-the-cli-binary-as-a-zipped-package-for-windows-winget/7764/1