chore: update appcast with EdDSA signatures

This commit is contained in:
Owen Gretzinger
2025-07-13 21:19:07 -04:00
parent 5881893e94
commit 3a0ee7ce6b
3 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -88,12 +88,14 @@ create-dmg \
echo "✅ DMG created: $RELEASES_DIR/$DMG_NAME"
# Generate appcast
echo "📡 Generating appcast..."
# Generate appcast with signatures
echo "📡 Generating appcast with EdDSA signatures..."
/opt/homebrew/Caskroom/sparkle/2.7.1/bin/generate_appcast "$RELEASES_DIR" \
--download-url-prefix "https://github.com/owengretzinger/meetingnotes/releases/download/v${VERSION}/" \
-o "appcast.xml"
echo "📝 Note: Make sure to upload the DMG to GitHub releases with the correct tag (v${VERSION})"
echo "✅ Appcast generated: appcast.xml"
# Show file sizes