clowd / Clowd.Squirrel

Quick and easy installer and automatic updates for cross-platform dotnet applications
427 stars 39 forks source link

Fixed GetDownloadUrl always retrieving WindowsDesktop and not the RuntimeType #176

Closed luislhg closed 10 months ago

luislhg commented 1 year ago

Fixed GetDotnetDownloadUrl not receiving the correct RuntimeType as parameter.

Note that GetLatestDotNetVersion should still be fixed for WindowsDesktop as it is the only url that the azure blob responds with the latest version. This doesn't matter as all dotnet needed runtimes will have the same latest version.

caesay commented 10 months ago

This is going to be brought from master as a wider change