-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Since version 1.19, the download progress is indeterminate (and the progress strings shows something like "[current] MB of [current] MB", instead of "[current] MB of [total] MB". The HTTP server from which I download probably does not return the size, but the appcast does, and it was working before version 1.19.
Here is my appcast:
https://services.ctmdev.com/cgi-bin/sparkle?appcast=FTProfessional_appcast
<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>FoxTrot Release Notes</title> <description>Most recent changes with links to updates.</description> <language>en</language> <item> <title>Version 6.5.2</title> <sparkle:releaseNotesLink>https://services.ctmdev.com/VersionChecking/FoxTrot/FTProfessionalReleaseNotes.html</sparkle:releaseNotesLink> <enclosure sparkle:version="6.5.2" sparkle:minimumSystemVersion="10.9" url="http://powermail.simplenet.com/FTProfessional6.5.2.tbz" length="7563321" type="application/octet-stream" sparkle:dsaSignature="MCwCFEuO5jPsxjTKoDJMeOXIA7DoWdCDAhRDO+tReuSk0q2f4yO+gt5WRvQz7A==" /> </item> </channel> </rss>