Skip to content

nimona/flutter-mochi

Repository files navigation

mochi

Proof of concept messaging application based on nimona.

Currently macos only.

Building and releasing

  • Required tools
  • Required env vars
    • SPARKLE_ED_PRIVATE_KEY
  • Bump version
    • make bump-patch
    • make bump-minor
    • make bump-major
  • Build
    • make build-ios
    • make build-macos
  • Release
    • make release-ios
    • make release-macos
  • Commit, tag, push
    • make github-release