NetSparkleUpdater / NetSparkle

NetSparkle is a C# cross-platform software update framework for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
585 stars 81 forks source link

Can not run the update file #546

Closed AkiraNoob closed 6 months ago

AkiraNoob commented 6 months ago

In my case, when install update version of application, the installer download some kind if file i do not understand but not the .exe format, so i can run the update. image

Deadpikle commented 6 months ago

Hi,

Please set CheckServerFileName to false on your NetSparkleUpdater object when using GitHub releases for downloads as GitHub is using a different internal file name when downloading. I did a quick test and this successfully downloads a file to a Setup.exe path.

Thanks for your question! Next time, if possible, please copy paste in your log data as text -- it's much easier to read and copy for testing.

AkiraNoob commented 6 months ago

Thank you very much @Deadpikle , you save my day. Really sorry for my mistake make this hard to read and copy, I will remember next time. Have a nice day.

Deadpikle commented 6 months ago

No worries. Glad it works! :-)