Update exe size documentation to ~150MB (was ~300MB with Electron)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
本文档详细记录了如何将 OpenChamber Web 应用打包成一个独立的单文件可执行文件(exe),用户无需安装 Node.js、Bun 或任何依赖,只需双击 exe 即可运行。
|
||||
|
||||
最终产物:`OpenChamber.exe`(约320MB),包含完整的服务器代码、依赖和静态文件。
|
||||
最终产物:`XCOpenCodeWeb.exe`(约 **150MB**),包含完整的服务器代码、依赖和静态文件。
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user