Closed iOSBoy closed 3 months ago
see https://github.com/vslavik/winsparkle/wiki/Appcast-Feeds change the url to be a full link that`s work for me
@wangdenkun I get this error on windows, this is my appcast file for second update:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>app update</title>
<description>Most recent updates to app</description>
<language>en</language>
<item>
<title>Version 1.0.2</title>
<pubDate>Wed, 6 June 2024 10:28:00 +0800</pubDate>
<enclosure url="......./app-1.0.2%2B1-windows-setup.exe" sparkle:dsaSignature="MD0CHQCRaSvL.................rUnT9d/0LKk/8b0qR5fUHsLp" sparkle:version="1.0.2+1" sparkle:os="windows" length="0" type="application/octet-stream"/>
</item>
</channel>
</rss>
when I open the app it detects that a newer version exists, but when I click on install update, after a few seconds of downloading updates, it says:
it requires a real url
enclosure url="https://github.com/coreybutler/nvm-windows/releases/download/1.1.12/nvm-setup.exe"
the exe will download but it will crash as it is not signed by your key but you will see that it is a URL issue
is my network error
main.dart
dsa_priv.pen & dsa_pub.pem is ok
Runner.rc
// And verify signature using DSA public key: DSAPub DSAPEM "../../dsa_pub.pem"