From bfe51f6ad4d15e97b0abbf0576be5c8e650e03f5 Mon Sep 17 00:00:00 2001 From: Docker Build Date: Sun, 10 May 2026 20:50:16 -0500 Subject: [PATCH] docs(launcher): note manual Windows pack for local test Co-authored-by: Cursor --- tools/fractured-launcher-electron/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/fractured-launcher-electron/README.md b/tools/fractured-launcher-electron/README.md index ef76130..26edf55 100644 --- a/tools/fractured-launcher-electron/README.md +++ b/tools/fractured-launcher-electron/README.md @@ -45,7 +45,9 @@ npm run pack:linux Produces **`dist/Fractured-Launcher-${version}-Linux-x86_64.AppImage`**. Same **`lib/baked-gitea-channel.js`** and **`default-launcher.json`** as Windows; run on **Linux** (or use **Fractured launcher CI** / **Sync release to Gitea**, which upload this file to Gitea with the Windows installers). -**Quick local test (avoids tag snapshot):** from repo root, **`bash tools/fractured-launcher-electron/scripts/manual-pack-linux.sh`** — uses your **current** checkout, then install/run the AppImage from **`dist/`**. +**Quick local test (avoids tag snapshot / CI):** +- **Linux:** from repo root, **`bash tools/fractured-launcher-electron/scripts/manual-pack-linux.sh`** → **`dist/*.AppImage`**. +- **Windows:** on a Windows machine, **`cd tools/fractured-launcher-electron`**, **`npm ci`**, **`npm run pack:win`** → **`dist/*.exe`**. ### Hardcoded Gitea channel (non-token)