From bf1ebbc2fbec2f73b2db023887424d999bc357ec Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Sat, 14 Mar 2026 19:41:39 +0800 Subject: [PATCH] Update exe size documentation to ~150MB (was ~300MB with Electron) --- docs/single-file-exe-build.md | 2 +- web/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/single-file-exe-build.md b/docs/single-file-exe-build.md index 0db9252..5ba364b 100644 --- a/docs/single-file-exe-build.md +++ b/docs/single-file-exe-build.md @@ -4,7 +4,7 @@ 本文档详细记录了如何将 OpenChamber Web 应用打包成一个独立的单文件可执行文件(exe),用户无需安装 Node.js、Bun 或任何依赖,只需双击 exe 即可运行。 -最终产物:`OpenChamber.exe`(约320MB),包含完整的服务器代码、依赖和静态文件。 +最终产物:`XCOpenCodeWeb.exe`(约 **150MB**),包含完整的服务器代码、依赖和静态文件。 --- diff --git a/web/README.md b/web/README.md index 85772a0..62d0559 100644 --- a/web/README.md +++ b/web/README.md @@ -22,6 +22,8 @@ Or install manually: `bun add -g xcopencodeweb` (or npm, pnpm, yarn). Download the standalone `.exe` file - no installation required, no Node.js needed. +> **File size: ~150MB** (single file, self-contained with Bun runtime) + ```bash ./XCOpenCodeWeb.exe # Start on port 3000 ./XCOpenCodeWeb.exe --port 8080 # Custom port