diff --git a/docs/marketing/alternativeto-entry.md b/docs/marketing/alternativeto-entry.md index 04f1df1..930df5f 100644 --- a/docs/marketing/alternativeto-entry.md +++ b/docs/marketing/alternativeto-entry.md @@ -65,5 +65,7 @@ Tag Markup as an alternative to: - Honest framing: on macOS, Tauri renders via the system WebView (WKWebView) — it's native, not Electron. Say "native (Tauri/Rust)", don't claim "no webview". - Add a screenshot or two from `marketing/MarkupScreenshots-mac/` during submission. -- Re-list platforms to include Windows/Linux the day those builds ship — the - cross-platform spike (`.github/workflows/cross-platform-spike.yml`) is the gate. +- Re-list platforms to include Windows/Linux the day those builds ship. CI already + compile-checks both via the `cross-platform` job in `.github/workflows/ci.yml`; + the remaining shipping gates (bundling/signing) are tracked in + `docs/CROSS-PLATFORM-HARDENING.md`.