From 1fb284cb5c41be7eef22d2567a3d373527225561 Mon Sep 17 00:00:00 2001 From: Docker Build Date: Sun, 10 May 2026 21:33:07 -0500 Subject: [PATCH] docs(launcher): clarify userData path wording for Linux config Co-authored-by: Cursor --- tools/fractured-launcher-electron/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fractured-launcher-electron/README.md b/tools/fractured-launcher-electron/README.md index face290..fdacd16 100644 --- a/tools/fractured-launcher-electron/README.md +++ b/tools/fractured-launcher-electron/README.md @@ -14,7 +14,7 @@ npm install npm start ``` -On first run, **`launcher.json`** is created: **dev** — next to the app in this folder; **Windows packaged** — beside the `.exe`; **Linux AppImage / macOS packaged** — under Electron **`userData`** (e.g. `~/.config/Fractured Launcher/` on Linux), because the app mount is read-only. +On first run, **`launcher.json`** is created: **dev** — next to the app in this folder; **Windows packaged** — beside the `.exe`; **Linux AppImage / macOS packaged** — under Electron **`app.getPath('userData')`** (typically under **`~/.config/`**, folder name from the app; AppImage mount is read-only so config cannot live beside the binary). ### Where patches download from