From de5169331f090d53718e26a344f114fa602dd525 Mon Sep 17 00:00:00 2001 From: Strycher Date: Wed, 15 Jul 2026 02:52:24 -0400 Subject: [PATCH] docs(#254): correct Windows exe name to offband_meshcore.exe The Offband rebrand renamed the Windows executable meshcore_open.exe -> offband_meshcore.exe (verified: the #244 build produced offband_meshcore.exe). Only the Windows distribution doc was stale; the Android package/namespace, MethodChannel names, and macOS/iOS bundle names are deliberately still meshcore_open (those renames are deferred per the rebrand plan). --- docs/windows-distribution-and-versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/windows-distribution-and-versioning.md b/docs/windows-distribution-and-versioning.md index c652c0b..d97f945 100644 --- a/docs/windows-distribution-and-versioning.md +++ b/docs/windows-distribution-and-versioning.md @@ -6,7 +6,7 @@ questions raised before the first `feat/64` Windows compile. ## 1. Installer / short-term distribution A Flutter Windows release is a **folder**, not a single exe: -`build/windows/x64/runner/Release/` = `meshcore_open.exe` + `flutter_windows.dll` +`build/windows/x64/runner/Release/` = `offband_meshcore.exe` + `flutter_windows.dll` + plugin DLLs + `data/` (`app.so`, `flutter_assets/`, `icudtl.dat`). The exe will **not** run on its own — it needs the whole folder.