Drop a video. Get an MP4.
macOS blocks unsigned apps. Run this after moving the app to /Applications:
xattr -d com.apple.quarantine /Applications/Trasmuto.appBump the version in src-tauri/tauri.conf.json and src-tauri/Cargo.toml, then push a semver tag:
git tag v1.2.0 && git push origin v1.2.0The release workflow builds a .dmg and publishes it to GitHub Releases.


