Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions worker_flutter/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,30 @@
<title>Magic Bracket Simulator</title>
<description>Desktop worker for the Magic Bracket Simulator project.</description>
<language>en</language>
<item>
<title>Version 0.2.221 (Windows)</title>
<sparkle:os>windows</sparkle:os>
<pubDate>Tue, 07 Jul 2026 19:38:16 +0000</pubDate>
<sparkle:version>0.2.221</sparkle:version>
<sparkle:shortVersionString>0.2.221</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>10.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/TytaniumDev/MagicBracketSimulator/releases/download/worker-v0.2.221/MagicBracketWorker-Installer.exe"
sparkle:dsaSignature="MEQCIHlKfAi4E+sujwNWd1DvuN9iQsi7c6C2/GJ8WqpNSXGVAiBfAZK63HJ7fNI1ISTXSCYduFANP1axjpqEpiVeKpi5fw=="

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The DSA signature for WinSparkle 0.8.x must be generated using double-hashing (SHA1 of the SHA1 of the file) to match the library's internal verification logic. Single-hashed signatures will cause verification failures during the update process.

References
  1. When generating DSA signatures for WinSparkle 0.8.x, use double-hashing (SHA1 of the SHA1 of the file) as required by the library's internal verification logic.

length="18342924"
type="application/octet-stream" />
</item>
<item>
<title>Version 0.2.221 (macOS)</title>
<sparkle:os>macos</sparkle:os>
<pubDate>Tue, 07 Jul 2026 19:38:16 +0000</pubDate>
<sparkle:version>250</sparkle:version>
<sparkle:shortVersionString>0.2.221</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/TytaniumDev/MagicBracketSimulator/releases/download/worker-v0.2.221/MagicBracketWorker-macos.zip"
sparkle:edSignature="0hwNVzFrtQsNQF1V2SOX94sqarFLdvHutX0EeOHLoHDIm0pSqzk4UbeBWDUZHjDOgB/xO2HMO2WQDnZOY3o/Bw=="
length="40826758"
type="application/octet-stream" />
</item>
<item>
<title>Version 0.2.220 (Windows)</title>
<sparkle:os>windows</sparkle:os>
Expand Down
Loading