HandyWinGet icon indicating copy to clipboard operation
HandyWinGet copied to clipboard

Issue with generated install commands.

Open Krushx0 opened this issue 2 years ago • 0 comments

Hi! When you try to install for example 7-Zip beta trough the gui there is an error with version number not found. The main problem is that the generated command looks like this:

winget install 7zip.7zip.Alpha.exe -v 21.04 beta

While it should be like this:

winget install 7zip.7zip.Alpha.exe -v "21.04 beta"

Krushx0 avatar Nov 07 '21 13:11 Krushx0