Update exe size documentation to ~150MB (was ~300MB with Electron)

This commit is contained in:
2026-03-14 19:41:39 +08:00
parent 382b5afdb9
commit bf1ebbc2fb
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
本文档详细记录了如何将 OpenChamber Web 应用打包成一个独立的单文件可执行文件exe用户无需安装 Node.js、Bun 或任何依赖,只需双击 exe 即可运行。
最终产物:`OpenChamber.exe`(约320MB),包含完整的服务器代码、依赖和静态文件。
最终产物:`XCOpenCodeWeb.exe`(约 **150MB**),包含完整的服务器代码、依赖和静态文件。
---

View File

@@ -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