You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create appcast like in the example with relative update files urls, then download procedure fails on windows. Everything works well if url is an absolute one like https://you.com/update.exe
If I create appcast like in the example with relative update files urls, then download procedure fails on windows. Everything works well if url is an absolute one like https://you.com/update.exe
This is probably because of this line in win sparkle code:
https://github.com/vslavik/winsparkle/blob/b246977b9666953af6c647b36317add7a4e6250b/src/download.cpp#L200
Maybe windows implementation could be switched to one supporting relative urls to preserve compatibility with macos sparkle.
https://github.com/NetSparkleUpdater/NetSparkle
NetSparkleUpdater/NetSparkle#57
The text was updated successfully, but these errors were encountered: