-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative download url in appcast.xml no longer works #637
Comments
I have updated my deployment scripts to now add |
Yes, this seems like a regression to me at first glance. Won't have time to look into a fix for a few days. Glad there is a workaround. Thanks very much for reporting. :-) |
This issue has caused some more problems where a v2.x.x netsparkle client can download an update with enclosure url="Client_Setup_1.2.exe" but v3.x.x cannot and with enclosure url="./Client_Setup_1.2.exe" v3.x.x netsparkle can download but a v2.x.x client cannot. So far my testing has shown what removing the |
I see the issue, yes. Thanks for the update. I still won't have time to dig really deep into this for several more days, sorry. #399 was the original issue for the Interestingly, since the So why did I do that? At a glance, probably because Adding similar code to A workaround, I think, would be to use |
Thanks for the update no worries about not having time. This is what i ended up doing in my fork for testing if it's any help jamesweston@d9d084d |
The example appcast below works in 2.3.0 but no longer in 3.0 I get the following error in the logs "netsparkle: Unable to generate download temp file name; was the app cast set up properly with a download link?" If i change the enclosure url from
enclosure url="Client_Setup_1.2.exe"
toenclosure url="./Client_Setup_1.2.exe"
it will download correctly in 3.0 is this expected behaviour?Sample Appcast
The real appcast is created with
netsparkle-generate-appcast -n "Software Name Client" -b $releasePath -a $releasePath
The text was updated successfully, but these errors were encountered: