-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I stumbled into an issue with case sensitivity. When using winget-run and looking up sonicwall netextender at https://winget.run/pkg/SonicWALL/NetExtender it reports back the command line to install is
winget install -e --id SonicWALL.NetExtender
That works as winget itself isn't case sensitive.
However, another fabulous project is Winget AutoUpdate (https://github.com/Romanitho/Winget-AutoUpdate).
The GUI version of their tool isn't case sensitive, but the command line version is.
Using their command line version, installing the app SonicWALL.NetExtender fails but installing the app SonicWall.NetExtender works fine.
I've asked them to fix the case sensitivity on their side.
I'd also ask you to fix your project as well so the proper case name of the app is shown.
Thanks!